Browse Source

Merge pull request #1237 in VISUAL/fineui from ~TELLER/fineui:KERNEL-2793 to master

* commit 'c0e876442cde87e5d29c1c013008823cf261d10f':
  chore: update
  chore: add scripts
  chore: 打包尝试
es6
Teller 5 years ago
parent
commit
7ca0c91511
  1. 5
      package.json

5
package.json

@ -2,7 +2,8 @@
"name": "fineui",
"version": "2.0.0",
"description": "fineui",
"main": "typescript/index.ts",
"main": "dist/fineui.min.js",
"types": "dist/lib/index.d.ts",
"dependencies": {},
"devDependencies": {
"@babel/core": "7.4.5",
@ -76,7 +77,7 @@
"test": "karma start",
"analyze": "grunt analyze",
"dev": "npm-run-all --parallel grunt webpack:dev",
"prepublish": "node ./lib/prepublish/prepublish.js"
"prepublishOnly": "npm run build && node ./lib/prepublish/prepublish.js"
},
"repository": {
"type": "git",

Loading…
Cancel
Save