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:
authorDaisuke Konishi <skydai1151@gmail.com>2022-01-04 18:43:38 +0300
committerDaisuke Konishi <skydai1151@gmail.com>2022-01-04 18:43:38 +0300
commit081d4784b8f69a51618b72b9efc4e41bf2abfed8 (patch)
tree524d51efe2aa210bf9e65625eea77d4dde8c8a45
parentbbc238d31c990d39e98cd643a1e9ae8301c5de73 (diff)
fix script
-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",