Skip to content

Commit b56a3ee

Browse files
authored
Need to add @types/node since we use Error (palantir#1739)
Otherwise you see compilation errors on some of our d.ts files
1 parent c2acb3d commit b56a3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"verify": "npm-run-all clean compile lint test docs"
3636
},
3737
"dependencies": {
38+
"@types/node": "^6.0.45",
3839
"colors": "^1.1.2",
3940
"diff": "^3.0.1",
4041
"findup-sync": "~0.3.0",
@@ -52,7 +53,6 @@
5253
"@types/glob": "^5.0.30",
5354
"@types/js-yaml": "^3.5.28",
5455
"@types/mocha": "^2.2.32",
55-
"@types/node": "^6.0.45",
5656
"@types/optimist": "0.0.29",
5757
"@types/resolve": "0.0.4",
5858
"@types/underscore": "^1.7.33",

0 commit comments

Comments
 (0)