mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(publish): specify files to publish to npm
This commit is contained in:
@ -6,6 +6,12 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/driftyco/ionic2.git"
|
"url": "https://github.com/driftyco/ionic2.git"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"css",
|
||||||
|
"fonts",
|
||||||
|
"js",
|
||||||
|
"src"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"angular2": "2.0.0-alpha.<%= ngVersion %>",
|
"angular2": "2.0.0-alpha.<%= ngVersion %>",
|
||||||
"reflect-metadata": "0.1.0",
|
"reflect-metadata": "0.1.0",
|
||||||
|
Reference in New Issue
Block a user