Skip to content

Commit

Permalink
Upgrade to TypeScript 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed May 25, 2017
1 parent 948e228 commit e0c8d80
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 2,884 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
},
"dependencies": {},
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.22",
"chai": "^3.5.0",
"del": "^1.2.0",
"gulp": "^3.8.11",
Expand All @@ -37,7 +40,7 @@
"merge2": "^0.3.6",
"mocha": "^2.2.5",
"source-map-support": "^0.2.10",
"typescript": "^1.9.0-dev.20160205"
"typescript": "^2.4.0-dev.20170525"
},
"author": {
"name": "Ron Buckton",
Expand Down
3 changes: 2 additions & 1 deletion src/tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"module": "commonjs",
"stripInternal": true,
"declaration": true,
"outDir": "../../out/test"
"outDir": "../../out/test",
"types": ["node", "mocha"]
}
}
10 changes: 0 additions & 10 deletions src/tests/typings.json

This file was deleted.

4 changes: 0 additions & 4 deletions src/tests/typings/main.d.ts

This file was deleted.

Loading

0 comments on commit e0c8d80

Please sign in to comment.