Skip to content

Commit

Permalink
Merge pull request #69 from codyjdalton/v0.6.2-a
Browse files Browse the repository at this point in the history
v0.6.2: Update dependencies
  • Loading branch information
codyjdalton committed Aug 12, 2018
2 parents 837e492 + 1ca7406 commit 98877ac
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@litstack/core",
"version": "0.6.1",
"version": "0.6.2",
"description": "Typescript REST Framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -17,15 +17,15 @@
"@types/chai": "^4.1.3",
"@types/express": "^4.11.1",
"@types/mocha": "^5.2.5",
"@types/node": "^10.5.4",
"@types/node": "^10.5.8",
"@types/supertest": "^2.0.5",
"chai": "^4.1.2",
"coveralls": "^3.0.1",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"source-map-support": "^0.5.6",
"ts-node": "^7.0.0",
"typescript": "^2.8.3"
"source-map-support": "^0.5.8",
"ts-node": "^7.0.1",
"typescript": "^3.0.1"
},
"nyc": {
"include": [
Expand Down

0 comments on commit 98877ac

Please sign in to comment.