chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-16 12:56:37 -07:00
parent 8e55627d91
commit 03c2a193b9
8 changed files with 11 additions and 6 deletions

View File

@@ -1,9 +1,10 @@
{
"name": "nativescript",
"version": "7.0.0-rc.19",
"version": "7.0.0-rc.20",
"license": "MIT",
"scripts": {
"nx": "nx",
"format": "nx format:write",
"setup": "npx rimraf -- hooks node_modules package-lock.json && npm i && nx run core:setup"
},
"private": true,