Skip to content

Commit

Permalink
Deps audit (#4771)
Browse files Browse the repository at this point in the history
* chore(deps): update dependencies

* chore(deps): clean up unused deps
  • Loading branch information
benlesh committed May 11, 2019
1 parent b623af6 commit c82a6a3
Show file tree
Hide file tree
Showing 5 changed files with 4,157 additions and 8,710 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ coverage/
img/
spec-js/
spec-build/
.nyc_output/
.out/

# Misc
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ script:
- if [ "$FULL_VALIDATE" == "true" ] && [ -n "DANGER_GITHUB_API_TOKEN" ]; then cd docs_app && npm ci && npm run build && cd ..; fi

after_success:
- if [ "$FULL_VALIDATE" == "true" ]; then npm run test:cover && npx nyc report --reporter=text-lcov | npx coveralls; fi
- if [ "$FULL_VALIDATE" == "true" ]; then npm run test:cover; fi
- if [ "$FULL_VALIDATE" == "true" ]; then npm run tests2png && cd docs_app && chmod 755 scripts/deploy-to-firebase.sh && npm run deploy-production; fi
43 changes: 0 additions & 43 deletions esdoc.json

This file was deleted.

0 comments on commit c82a6a3

Please sign in to comment.