chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-14 11:49:09 -07:00
parent 7da542688d
commit 9a9cfc9733
5 changed files with 8 additions and 7 deletions

View File

@@ -17,10 +17,10 @@
},
"dependencies": {
"nativescript-theme-core": "file:../../../../../node_modules/nativescript-theme-core",
"@nativescript/core": "file:../../../../../dist/packages/nativescript-core-7.0.0-rc.12.tgz"
"@nativescript/core": "file:../../../"
},
"devDependencies": {
"@nativescript/webpack": "file:../../../../webpack/nativescript-webpack.tgz",
"@nativescript/webpack": "file:../../../../../dist/packages/nativescript-webpack.tgz",
"typescript": "file:../../../../../node_modules/typescript"
},
"gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3",

View File

@@ -17,7 +17,7 @@
"@nativescript/core": "file:../../../"
},
"devDependencies": {
"@nativescript/webpack": "file:../../../../webpack/nativescript-webpack.tgz",
"@nativescript/webpack": "file:../../../../../dist/packages/nativescript-webpack.tgz",
"typescript": "file:../../../../../node_modules/typescript"
}
}

View File

@@ -14,10 +14,10 @@
"repository": "<fill-your-repository-here>",
"dependencies": {
"nativescript-theme-core": "file:../../../../../node_modules/nativescript-theme-core",
"@nativescript/core": "file:../../../../../dist/packages/nativescript-core-7.0.0-rc.12.tgz"
"@nativescript/core": "file:../../../"
},
"devDependencies": {
"@nativescript/webpack": "file:../../../../webpack/nativescript-webpack.tgz",
"@nativescript/webpack": "file:../../../../../dist/packages/nativescript-webpack.tgz",
"typescript": "file:../../../../../node_modules/typescript"
},
"gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4",