Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
feat: typescript 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Aug 17, 2018
1 parent d2dac2d commit 62969e3
Show file tree
Hide file tree
Showing 2 changed files with 470 additions and 364 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
},
"devDependencies": {
"@oclif/errors": "^1.1.2",
"@oclif/tslint": "^1.1.2",
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.0",
"@types/nock": "^9.1.3",
"@types/node": "^10.1.4",
"@oclif/tslint": "^2.0.0",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/nock": "^9.3.0",
"@types/node": "^10.7.1",
"@types/node-notifier": "^0.0.28",
"@types/read-pkg": "^3.0.0",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"eslint": "^4.19.1",
"eslint-config-oclif": "^1.5.1",
"concurrently": "^3.6.1",
"eslint": "^5.3.0",
"eslint-config-oclif": "^2.0.0",
"mocha": "^5.2.0",
"ts-node": "^6.0.5",
"tslint": "^5.10.0",
"typescript": "^2.9.1"
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
Loading

0 comments on commit 62969e3

Please sign in to comment.