Skip to content

Commit

Permalink
Update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Oct 27, 2017
1 parent b975f09 commit 14669ed
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 57 deletions.
201 changes: 146 additions & 55 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist/"
],
"scripts": {
"lint": "tslint \"src/**/*.ts\" --project tsconfig.json --type-check",
"lint": "tslint \"src/**/*.ts\" --project tsconfig.json",
"build": "rm -rf dist/ && tsc",
"specs": "jest --coverage",
"test": "npm run -s lint && npm run -s build && npm run -s specs",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@types/graphql": "^0.11.5",
"@types/jest": "^21.1.5",
"@types/node": "^8.0.47",
"graphql": "^0.10.5",
"graphql": "^0.11.7",
"jest": "^21.2.1",
"rimraf": "^2.5.4",
"servie": "^0.2.5",
Expand Down

0 comments on commit 14669ed

Please sign in to comment.