Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5a5fa5c..55554e8 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"watch:sass": "watch 'npm run build:sass' ./source/stylesheet/",
"watch:js": "watch 'npm run build:js' ./source/javascript/",
"eslint": "./node_modules/.bin/eslint source/javascript/**/*.js",
- "safetyupdate": "echo '{}' > safety-update.config.json && npx npm-safety-updater major"
+ "safetyupdate": "echo '{}' > safety-update.config.json && npx npm-safety-updater patch minor --only-dev"
},
"author": "Daisuke KONISHI",
"license": "MIT",