aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.json
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2019-12-11 11:30:13 +0100
committerLibravatar Bennett <hello@vantezzen.io>2019-12-11 11:30:13 +0100
commita3ffb01958f4d20a2499b1fa57eb9b517a487ebe (patch)
treee0abbde5a51a62980c211a06a445b387feff4489 /scripts/package.json
parentCreate FUNDING.yml (diff)
downloadferdium-recipes-a3ffb01958f4d20a2499b1fa57eb9b517a487ebe.tar.gz
ferdium-recipes-a3ffb01958f4d20a2499b1fa57eb9b517a487ebe.tar.zst
ferdium-recipes-a3ffb01958f4d20a2499b1fa57eb9b517a487ebe.zip
Add update script
Diffstat (limited to 'scripts/package.json')
-rw-r--r--scripts/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/package.json b/scripts/package.json
index d416231..2bfc982 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -9,10 +9,13 @@
9 "dependencies": { 9 "dependencies": {
10 "dir-compare": "^1.7.3", 10 "dir-compare": "^1.7.3",
11 "fs-extra": "^8.1.0", 11 "fs-extra": "^8.1.0",
12 "node-fetch": "^2.6.0",
13 "semver": "^6.3.0",
12 "targz": "^1.0.1" 14 "targz": "^1.0.1"
13 }, 15 },
14 "scripts": { 16 "scripts": {
15 "package": "node package.js", 17 "package": "node package.js",
16 "verify": "node verify.js" 18 "verify": "node verify.js",
19 "update": "node update.js"
17 } 20 }
18} 21}