Skip to content

Commit

Permalink
Modified package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nobo committed Jun 4, 2019
1 parent f4d633a commit f5ab7c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "form-design-core",
"version": "0.1.0",
"description": "表单设计器",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "transform-es src -d lib -c -w",
Expand All @@ -19,6 +19,10 @@
],
"author": "nobo.zhou@foxmail.com",
"license": "MIT",
"files": [
"*.md",
"lib"
],
"bugs": {
"url": "https://github.com/pagedesign/form-design/issues"
},
Expand Down

0 comments on commit f5ab7c7

Please sign in to comment.