Skip to content

Add postshrinkwrap step to replace http:// -> https:// #3372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 27, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
262 changes: 262 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"preversion": "check-node-version --node 10 --npm 6 && npm-link-check && npm ls --prod",
"version": "npm run build && git add -A dist src build",
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
"postpublish": "node tasks/sync_packages.js"
"postpublish": "node tasks/sync_packages.js",
"postshrinkwrap": "replace --silent 'http://' 'https://' package-lock.json"
},
"browserify": {
"transform": [
Expand Down Expand Up @@ -153,6 +154,7 @@
"prepend-file": "^1.3.1",
"prettysize": "^2.0.0",
"read-last-lines": "^1.6.0",
"replace": "^1.0.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting; the version 1.0.1 was published a week ago.

"requirejs": "^2.3.6",
"run-series": "^1.1.8",
"through2": "^3.0.0",
Expand Down