Browse Source

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

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

5
package.json

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

Loading…
Cancel
Save