Skip to content

Commit

Permalink
Restore typescript dependency; Version bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adambar committed Mar 23, 2018
1 parent f58c799 commit 31403f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 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
@@ -1,6 +1,6 @@
{
"name": "cloudform",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript-based imperative way to define AWS CloudFormation templates",
"main": "index.js",
"repository": {
Expand All @@ -21,11 +21,11 @@
"cloudform": "./cli/cloudform.js"
},
"dependencies": {
"ts-node": "^5.0.1"
"ts-node": "^5.0.1",
"typescript": "^2.6.1"
},
"devDependencies": {
"@types/node": "^8.0.53",
"typescript": "^2.6.1",
"lodash": "^4.17.4",
"node-fetch": "^1.7.3"
}
Expand Down

0 comments on commit 31403f9

Please sign in to comment.