Working on injectable

This commit is contained in:
Max Lynch
2017-02-08 16:21:57 -06:00
parent 742df16837
commit 1933ec66d9
5 changed files with 40 additions and 29 deletions
+1
View File
@@ -33,4 +33,5 @@ for d in $PLUGINS ; do
echo "$NEW_TSCONFIG" > "$PLUGIN_BUILD_DIR/tsconfig.json"
./node_modules/.bin/tsc -p "$PLUGIN_BUILD_DIR/tsconfig.json"
echo "$NEW_PACKAGE_JSON" > "$BUILD_PLUGINS_DIST/$BASE/package.json"
exit 0
done
@@ -7,6 +7,7 @@
"author": "ionic",
"license": "MIT",
"dependencies": {
"@angular/core": "2.2.1",
"@ionic-native/core": "{{VERSION}}"
},
"peerDependencies": {