Skip to content

Commit

Permalink
Move @types/node to dev dependency
Browse files Browse the repository at this point in the history
cause duplicate require error when compile react native type script code
  • Loading branch information
chengkungui committed Nov 23, 2017
1 parent 7e22f38 commit 245584e
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"
}

0 comments on commit 245584e

Please sign in to comment.