|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "fineui", |
|
|
|
"name": "fineui", |
|
|
|
"version": "1.1.2", |
|
|
|
"version": "2.0", |
|
|
|
"description": "fineui", |
|
|
|
"description": "fineui", |
|
|
|
"main": "dist/fineui.min.js", |
|
|
|
"main": "dist/fineui.min.js", |
|
|
|
"types": "dist/lib/index.d.ts", |
|
|
|
"types": "dist/lib/index.d.ts", |
|
|
@ -76,7 +76,9 @@ |
|
|
|
"fake": "grunt fake-build", |
|
|
|
"fake": "grunt fake-build", |
|
|
|
"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": "npm run build", |
|
|
|
|
|
|
|
"publish": "node ./lib/publish/publish.js" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
@ -87,6 +89,9 @@ |
|
|
|
"fineui", |
|
|
|
"fineui", |
|
|
|
"finebi" |
|
|
|
"finebi" |
|
|
|
], |
|
|
|
], |
|
|
|
|
|
|
|
"publishConfig": { |
|
|
|
|
|
|
|
"registry": "http://192.168.5.154:4873" |
|
|
|
|
|
|
|
}, |
|
|
|
"author": "fanruan", |
|
|
|
"author": "fanruan", |
|
|
|
"license": "MIT" |
|
|
|
"license": "MIT" |
|
|
|
} |
|
|
|
} |
|
|
|