Skip to content

Commit a32a254

Browse files
committed
fix: typings dependency for Node
1 parent bbbf513 commit a32a254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"workfront-api-constants": "2.0.0"
1515
},
1616
"dependencies": {
17+
"@types/node": "8.0.24",
1718
"es6-promise": "4.1.1",
1819
"form-data": "2.2.0",
1920
"isomorphic-fetch": "2.2.1",
@@ -23,7 +24,6 @@
2324
"devDependencies": {
2425
"@types/form-data": "2.2.0",
2526
"@types/mocha": "2.2.42",
26-
"@types/node": "8.0.24",
2727
"@types/should": "11.2.0",
2828
"codecov": "2.3.0",
2929
"dateformat": "2.0.0",

0 commit comments

Comments
 (0)