chore(publish): specify files to publish to npm

This commit is contained in:
Tim Lancina
2015-09-09 15:56:53 -05:00
parent 50a4549e8e
commit 91d1c5b5f7

View File

@ -6,6 +6,12 @@
"type": "git",
"url": "https://github.com/driftyco/ionic2.git"
},
"files": [
"css",
"fonts",
"js",
"src"
],
"dependencies": {
"angular2": "2.0.0-alpha.<%= ngVersion %>",
"reflect-metadata": "0.1.0",