Skip to content

Commit

Permalink
release: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lellansin committed Jul 24, 2017
1 parent 10e420c commit 67351e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "node-pnglib",
"version": "1.1.3",
"version": "1.2.0",
"description": "Pure Javascript lib for generate PNG.",
"main": "./lib/pnglib.js",
"engines": {
"node": ">=4.4.0"
},
"scripts": {
"test": "mocha --reporter spec",
"coveralls": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
Expand Down

0 comments on commit 67351e4

Please sign in to comment.