Skip to content

Commit d776af0

Browse files
author
Yuta Imaya
committed
Merge branch 'hotfix/npm_publish'
2 parents 3e7689e + 657ff55 commit d776af0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@
88
},
99
"name": "zlibjs",
1010
"description": "zlib, gzip and zip implementation in JavaScript",
11-
"version": "0.1.7",
11+
"version": "0.1.8",
1212
"main": "./bin/node-zlib.js",
1313
"homepage": "https://github.com/imaya/zlib.js",
1414
"repository": {
1515
"type": "git",
1616
"url": "git://github.com/imaya/zlib.js.git"
1717
},
1818
"dependencies" : {
19+
},
20+
"devDependencies": {
1921
"buster" : ">=0.6.3"
2022
},
21-
"devDependencies": {},
2223
"optionalDependencies": {},
2324
"engines": {
2425
"node": "*"

0 commit comments

Comments
 (0)