chore(release): @nativescript/core@8.1.3

This commit is contained in:
Nathan Walker
2021-09-18 13:38:24 -07:00
parent 90b8718138
commit ee701db137
4 changed files with 15 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "nativescript",
"version": "8.1.2",
"version": "8.1.3",
"license": "MIT",
"scripts": {
"clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/*",
"setup": "npm run clean && npm install --legacy-peer-deps",
"setup:yarn": "yarn run clean && yarn",
"setup:yarn": "yarn clean && yarn",
"setup:pnpm": "pnpm run clean && pnpm install",
"postinstall": "ts-patch install && husky install && nx run core:setup",
"start": "nps",
@@ -53,7 +53,7 @@
"mocha": "^8.0.1",
"mocha-typescript": "^1.1.17",
"module-alias": "^2.2.2",
"nativescript": "~7.2.0",
"nativescript": "~8.1.2",
"nativescript-typedoc-theme": "1.0.0",
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
"parserlib": "^1.1.1",