shenanigans-manager
Advanced tools
Comparing version
{ | ||
"name": "shenanigans-manager", | ||
"version": "0.2.34", | ||
"version": "0.2.35", | ||
"description": "Manages large-scale operations on FullScreenShenanigans project.", | ||
@@ -26,25 +26,26 @@ "bin": { | ||
"dependencies": { | ||
"chalk": "^2.4.1", | ||
"glob": "^7.1.2", | ||
"chalk": "^2.4.2", | ||
"glob": "^7.1.3", | ||
"json-stable-stringify": "^1.0.1", | ||
"minimist": "^1.2.0", | ||
"mkdirp": "^0.5.1", | ||
"moment": "^2.22.2", | ||
"mustache": "^2.3.1", | ||
"moment": "^2.23.0", | ||
"mustache": "^3.0.1", | ||
"mz": "^2.7.0", | ||
"package-build-order": "^0.2.4", | ||
"rimraf": "^2.6.2", | ||
"tslint": "5.11.0", | ||
"tsutils": "^3.0.0", | ||
"typescript": "^3.0.1" | ||
"rimraf": "^2.6.3", | ||
"tslint": "5.12.1", | ||
"tsutils": "^3.7.0", | ||
"typescript": "^3.2.4" | ||
}, | ||
"devDependencies": { | ||
"@types/glob": "^5.0.35", | ||
"@types/glob": "^7.1.1", | ||
"@types/json-stable-stringify": "^1.0.32", | ||
"@types/minimist": "^1.2.0", | ||
"@types/mkdirp": "^0.5.2", | ||
"@types/mustache": "^0.8.31", | ||
"@types/mustache": "^0.8.32", | ||
"@types/mz": "0.0.32", | ||
"@types/node": "^10.7.1", | ||
"@types/rimraf": "^2.0.2" | ||
"@types/node": "^10.12.18", | ||
"@types/rimraf": "^2.0.2", | ||
"npm-check-updates": "^2.15.0" | ||
}, | ||
@@ -51,0 +52,0 @@ "scripts": { |
@@ -62,2 +62,8 @@ # shenanigans-manager | ||
For example, to completely remove and update `node_modules/` and `package-lock.json` from each repository on Windows: | ||
```shell | ||
for /d %i in (C:\Code\Shenanigans\*) do ( cd "%i" & rmdir node_modules /s /q & del package-lock.json & ncu -a -u && npm i && npm audit fix ) | ||
``` | ||
### Configuration | ||
@@ -78,3 +84,4 @@ | ||
Use `npm run src` to completely rebuild. | ||
* `npm run src:tsc` (`tsc -p .`) rebuilds TypeScript files. | ||
* `npm run watch` (`tsc -p . -watch`) rebuilds in watch mode. |
{ | ||
"devDependencies": { | ||
"stylelint": "^9.4.0", | ||
"stylelint": "^9.10.1", | ||
"stylelint-config-recommended": "^v2.1.0" | ||
@@ -5,0 +5,0 @@ }, |
{ | ||
"browser": "./src/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.1.4", | ||
"@types/chai": "^4.1.7", | ||
"@types/lolex": "^2.1.3", | ||
"@types/mocha": "^5.2.5", | ||
"@types/sinon": "^5.0.1", | ||
"@types/sinon-chai": "^3.2.0", | ||
"chai": "^4.1.2", | ||
"concurrently": "^3.6.1", | ||
"glob": "^7.1.2", | ||
"@types/sinon": "^7.0.4", | ||
"@types/sinon-chai": "^3.2.2", | ||
"chai": "^4.2.0", | ||
"concurrently": "^4.1.0", | ||
"glob": "^7.1.3", | ||
"istanbul": "^0.4.5", | ||
"lolex": "^2.7.1", | ||
"lolex": "^3.0.0", | ||
"mkdirp": "^0.5.1", | ||
"mocha": "^5.2.0", | ||
"mocha-headless-chrome": "^2.0.1", | ||
"requirejs": "^2.3.5", | ||
"npm-check-updates": "^2.15.0", | ||
"requirejs": "^2.3.6", | ||
"run-for-every-file": "^1.1.0", | ||
"shenanigans-manager": "^0.2.33", | ||
"sinon": "^6.1.5", | ||
"sinon-chai": "^3.2.0", | ||
"tslint": "5.11.0", | ||
"tsutils": "^3.0.0", | ||
"typedoc": "^0.11.1", | ||
"typescript": "^3.0.1", | ||
"shenanigans-manager": "^0.2.34", | ||
"sinon": "^7.2.3", | ||
"sinon-chai": "^3.3.0", | ||
"tslint": "5.12.1", | ||
"tsutils": "^3.7.0", | ||
"typedoc": "^0.14.2", | ||
"typescript": "^3.2.4", | ||
"watch": "^1.0.2", | ||
"webpack": "^4.16.5", | ||
"webpack-cli": "^3.1.0" | ||
"webpack": "^4.28.4", | ||
"webpack-cli": "^3.2.1" | ||
}, | ||
@@ -36,2 +37,3 @@ "scripts": { | ||
"init": "npm install && npm run setup && npm run verify", | ||
"ncu": "ncu -a -u", | ||
"setup": "npm run setup:dirs && npm run setup:copy && npm run setup:package && npm run setup:readme", | ||
@@ -38,0 +40,0 @@ "setup:copy": "npm run setup:copy:default", |
Sorry, the diff of this file is not supported yet
152762
0.31%86
8.86%9
12.5%+ Added
+ Added
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated
Updated
Updated
Updated