chore(release): 7.0.0

This commit is contained in:
Nathan Walker
2020-09-02 17:28:52 -07:00
parent 54cce4f20c
commit f826befb9d
2 changed files with 22 additions and 3 deletions

View File

@@ -1,10 +1,11 @@
{
"name": "nativescript",
"version": "7.0.0-rc.58",
"version": "7.0.0",
"license": "MIT",
"scripts": {
"setup": "npx rimraf -- hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup",
"start": "nps"
"setup": "npx rimraf hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup",
"start": "nps",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"private": true,
"dependencies": {