chore: cleanup

This commit is contained in:
Nathan Walker
2020-08-22 16:14:51 -07:00
parent 1007cf9d92
commit 0764e51e8d
4 changed files with 4 additions and 7 deletions

1
.gitignore vendored
View File

@@ -40,7 +40,6 @@ apps/**/*/*.map
apps/**/*/platforms
apps/**/*/webpack.*.js
*.tgz
!tools/plugins/nps-i-1.1.0.tgz
# System Files
.DS_Store

View File

@@ -18,6 +18,7 @@
"@nrwl/nx-cloud": "~10.0.0",
"@nrwl/workspace": "~10.0.7",
"@nstudio/focus": "~10.0.0",
"@nstudio/nps-i": "~1.1.0",
"@types/chai": "^4.2.11",
"@types/jest": "~26.0.4",
"@types/mocha": "^7.0.2",
@@ -41,9 +42,6 @@
"module-alias": "^2.2.2",
"nativescript": "rc",
"node-sass": "~4.14.1",
"nps": "^5.10.0",
"nps-i": "file:tools/plugins/nps-i-1.1.0.tgz",
"nps-utils": "^1.7.0",
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
"parserlib": "^1.1.1",
"prettier": "~2.0.5",

View File

Binary file not shown.

View File

@@ -126,10 +126,10 @@ module.exports = {
},
},
"⚡": {
script: `npx cowsay "Focus on segments of monorepo for efficiency ⚡"`,
description: '_____________ Focus on source (VS Code supported) _____________'
script: `npx cowsay "Focus only on source you care about for efficiency ⚡"`,
description: '_____________ Focus (VS Code supported) _____________'
},
'focus': {
focus: {
core: {
script: 'nx g @nstudio/focus:mode core',
description: 'Focus on @nativescript/core'