This repository has been archived on 2023-08-29. You can view files and clone it, but cannot push or open issues/pull-requests.
yutent
/
anot.js
Archived
1
0
Fork 0
1.x 1.0.6
宇天 2018-12-26 17:00:40 +08:00
parent 98b21a64ec
commit 49b7a26e62
1 changed files with 3 additions and 11 deletions

View File

@ -1,23 +1,15 @@
{
"name": "anot",
"version": "1.0.5",
"version": "1.0.6",
"description": "Anot - 迷你mvvm框架",
"main": "dist/anot.js",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"start": "npm run dev",
"dev": "node ./pack.config.js dev",
"prod": "node ./pack.config.js prod"
},
"keywords": [
"anot",
"avalon",
"mvvm",
"doui",
"yutent"
],
"keywords": ["anot", "avalon", "mvvm", "doui", "yutent"],
"dependencies": {},
"devDependencies": {
"chalk": "^2.4.1",