Skip to content

Commit

Permalink
Merge pull request #718 from chengkungui/patch-1
Browse files Browse the repository at this point in the history
Move @types/node to dev dependency
  • Loading branch information
abetomo committed Nov 23, 2017
2 parents 7e22f38 + 245584e commit a7124fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -22,13 +22,12 @@
"files": [
"index.js"
],
"dependencies": {
"@types/node": "^7.0.48"
},
"dependencies": {},
"devDependencies": {
"should": "^11.2.1",
"sinon": "^2.3.5",
"typescript": "^2.6.1"
"typescript": "^2.6.1",
"@types/node": "^7.0.48"
},
"typings": "typings/index.d.ts"
}

1 comment on commit a7124fc

@aKzenT
Copy link

@aKzenT aKzenT commented on a7124fc Nov 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This problem is currently making our build fail because of conflicts. It would be nice if you could release a new version with this patch included soon. Thanks!

Please sign in to comment.