Skip to content

Commit 77a026b

Browse files
committed
improve replace cmd
1 parent a34e652 commit 77a026b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"version": "npm run build && git add -A dist src build",
4949
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
5050
"postpublish": "node tasks/sync_packages.js",
51-
"postshrinkwrap": "replace --silent 'http://' 'https://' package-lock.json"
51+
"postshrinkwrap": "replace --silent '\"resolved\": \"http://' '\"resolved\": \"https://' package-lock.json"
5252
},
5353
"browserify": {
5454
"transform": [

0 commit comments

Comments
 (0)