Skip to content

Commit

Permalink
Security issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
aichholzer committed Nov 26, 2019
1 parent 99d9cc6 commit 04a9b3b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 15 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"report": "codecov && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage ./.nyc_output",
"copies": "cp readme.md ./packages/rayo/. && echo rayo/ benchmarks/ compress/ send/ storm/ | xargs -n 1 -I file cp LICENSE ./packages/file",
"prerelease": "npm test && npm run copies",
"release": "lerna publish",
"release": "GH_TOKEN=$GH_TOKEN lerna publish --no-push",
"update": "npm-check -u"
},
"devDependencies": {
Expand Down

0 comments on commit 04a9b3b

Please sign in to comment.