We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c1d62 commit 9336f90Copy full SHA for 9336f90
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typescript-formatter",
3
- "version": "2.3.0",
+ "version": "3.0.0",
4
"description": "Formatter of TypeScript code",
5
"main": "./index",
6
"bin": {
@@ -41,7 +41,7 @@
41
"devDependencies": {
42
"@types/glob-expand": "^0.0.29",
43
"@types/mocha": "^2.2.28",
44
- "@types/node": "^4.0.30",
+ "@types/node": "^6.0.34",
45
"@types/power-assert": "^0.0.27",
46
"es6-promise": "^3.2.1",
47
"espower-loader": "^1.0.0",
@@ -52,7 +52,7 @@
52
"grunt-mocha-test": "^0.12.7",
53
"grunt-tslint": "^3.1.1",
54
"load-grunt-tasks": "^3.5.0",
55
- "mocha": "^2.5.3",
+ "mocha": "^3.0.2",
56
"power-assert": "^1.2.0",
57
"tslint": "^3.13.0",
58
"typescript": "^2.0.0"
0 commit comments