updated pngjs, old version produced uncatchable errors
Showing
| ... | @@ -16,13 +16,13 @@ | ... | @@ -16,13 +16,13 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "coffee-script": "~ 1.7.1", | "coffee-script": "~ 1.7.1", | ||
| "jspack": "~ 0.0.3", | |||
| "coffeescript-module": "~ 0.2.1", | "coffeescript-module": "~ 0.2.1", | ||
| "parse-engine-data": "~ 0.1", | "iconv-lite": "~ 0.4.4", | ||
| "pngjs": "~ 0.4.0", | "jspack": "~ 0.0.3", | ||
| "rsvp": "~ 3.0.6", | |||
| "lodash": "~ 2.4", | "lodash": "~ 2.4", | ||
| "iconv-lite": "~ 0.4.4" | "parse-engine-data": "~ 0.1", | ||
| "pngjs": "^3.0.0", | |||
| "rsvp": "~ 3.0.6" | |||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "test": "mocha test", | "test": "mocha test", | ||
| ... | ... |
Please register or sign in to comment