Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Nov 26, 2018
1 parent 1e25d40 commit fc2305e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ site/dist

site/src/**/*.md
!site/src/register-addon.md
!site/src/register-addon-thanks.md
!site/src/register-addon-thanks.md
npm-shrinkwrap.json
oclif.manifest.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:lint": "eslint src",
"test:deps": "dependency-check ./package.json --entry \"src/**/!(*.test).js\" --unused --missing --no-dev --no-peer -i @oclif/plugin-not-found -i @oclif/config -i @oclif/plugin-help",
"watch": "nyc --reporter=lcov ava --watch",
"prepack": "oclif-dev manifest && npm shrinkwrap",
"prepack": "oclif-dev manifest && npm prune --production && npm shrinkwrap",
"postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
"report": "nyc report --reporter=text-lcov | coveralls",
"version": "node ./scripts/docs.js && git add README.md docs"
Expand Down

0 comments on commit fc2305e

Please sign in to comment.