Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"scripts": {
"tsc": "npm i && tsc",
"build": "npm run tsc",
"build.native": "node scripts/build-native.js",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude \"**/platforms/**\"",
"plugin.tscwatch": "npm run tsc -- -w",
"demo.ios": "npm run build && cd ../demo && tns run ios --syncAllFiles --emulator",
Expand All @@ -28,7 +27,7 @@
"clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
"ngc": "ngc -p tsconfig.json",
"prepack": "npm i && npm run ngc && npm run build.native",
"prepack": "npm i && npm run ngc",
"pack": "bash ../publish/pack.sh"
},
"keywords": [
Expand Down
8 changes: 0 additions & 8 deletions src/platforms/android/AndroidManifest.xml

This file was deleted.

11 changes: 0 additions & 11 deletions src/platforms/android/include.gradle

This file was deleted.

24 changes: 0 additions & 24 deletions src/scripts/build-native.js

This file was deleted.