Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 0845dd4

Browse files
committed
Move @types/node to devDependencies
Fixes #8.
1 parent 8f586ae commit 0845dd4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@
2727
"url": "https://github.com/TooTallNate/node-data-uri-to-buffer/issues"
2828
},
2929
"homepage": "https://github.com/TooTallNate/node-data-uri-to-buffer",
30-
"dependencies": {
31-
"@types/node": "^8.0.7"
32-
},
3330
"devDependencies": {
31+
"@types/node": "^8.0.7",
3432
"mocha": "^3.4.2"
3533
}
3634
}

0 commit comments

Comments
 (0)