mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
chore(build): add files array to package.json
This commit is contained in:
@ -12,6 +12,13 @@
|
|||||||
"test:generators": "jasmine-node ./tooling/spec",
|
"test:generators": "jasmine-node ./tooling/spec",
|
||||||
"link": "npm install && gulp src && npm link"
|
"link": "npm install && gulp src && npm link"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist/css",
|
||||||
|
"dist/fonts",
|
||||||
|
"dist/js",
|
||||||
|
"dist/src",
|
||||||
|
"tooling"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@reactivex/rxjs": "5.0.0-alpha.4",
|
"@reactivex/rxjs": "5.0.0-alpha.4",
|
||||||
"angular2": "2.0.0-alpha.44",
|
"angular2": "2.0.0-alpha.44",
|
||||||
|
Reference in New Issue
Block a user