We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0639b07 + 00d4998 commit 094ba17Copy full SHA for 094ba17
2 files changed
.gitignore
@@ -1,2 +1,3 @@
1
test
2
npm-debug.log
3
+node_modules
package.json
@@ -12,14 +12,15 @@
12
},
13
"main": "./lib/index.js",
14
"dependencies": {
15
- "canvas": "1.1.6",
16
- "glob": "4.3.1",
17
- "image-optim": "0.3.0",
18
- "commander": "2.2.0",
19
- "fs-extra": "0.8.1",
20
- "async": "0.2.10",
21
- "js-beautify": "1.4.2",
22
- "node-pngquant-native": "0.0.12"
+ "async": "0.2.10",
+ "buffer-crc32": "^0.2.5",
+ "canvas": "1.1.6",
+ "commander": "2.2.0",
+ "fs-extra": "0.8.1",
+ "glob": "4.3.1",
+ "image-optim": "0.3.0",
+ "js-beautify": "1.4.2",
23
+ "node-pngquant-native": "0.0.12"
24
25
"repository": {
26
"type": "git",
0 commit comments