Skip to content

Commit

Permalink
dist: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbaldi committed Oct 17, 2018
1 parent b88692a commit e6d2e33
Show file tree
Hide file tree
Showing 7 changed files with 12,415 additions and 13,500 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- save_cache:
paths:
- node_modules
- server/node_modules
- client/node_modules
key: v1-dependencies-{{ checksum "server/package.json" }}
key: v1-dependencies-{{ checksum "client/package.json" }}
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
**/dist
server/data
server/data_*
server/apidoc/
server/apidoc*
todo.md
reports/
Loading

0 comments on commit e6d2e33

Please sign in to comment.