Skip to content

Commit

Permalink
upgrade to typescript 3 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
errietta committed Aug 5, 2018
1 parent 1486726 commit aeca9c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"jsonschema": "^1.2.4",
"moment": "^2.22.1",
"path": "^0.12.7",
"sha1": "^1.1.1",
"typescript": "^2.8.3"
"sha1": "^1.1.1"
},
"devDependencies": {
"@types/chai": "^4.1.3",
Expand All @@ -52,6 +51,7 @@
"mocha": "^5.2.0",
"nyc": "^11.8.0",
"snap-shot-it": "^5.0.1",
"ts-node": "^6.0.3"
"ts-node": "^6.0.3",
"typescript": "^3.0.1"
}
}

0 comments on commit aeca9c9

Please sign in to comment.