Skip to content

Commit 3007db9

Browse files
authored
Merge pull request #76 from rapid7/update-cask-config
Add a script to calculate the appcast checkpoint for Awsaml.app
2 parents 80cbd45 + 0ab8e3c commit 3007db9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"test": "mocha",
2323
"lint": "eslint *.js views/** lib/** test/**",
2424
"watch": "webpack-dev-server",
25-
"pack": "webpack --progress --colors --config=webpack.config.pack.js"
25+
"pack": "webpack --progress --colors --config=webpack.config.pack.js",
26+
"show-appcast-checkpoint": "curl --compressed --location --user-agent 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36' 'https://github.com/rapid7/awsaml/releases.atom' | /usr/bin/sed 's|<pubDate>[^<]*</pubDate>||g' | shasum --algorithm 256"
2627
},
2728
"dependencies": {
2829
"aws-sdk": "2.2.11",

0 commit comments

Comments
 (0)