Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 12, 2015
1 parent 37f11c0 commit 5b14ef2
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "svg2png",
"description": "A SVG to PNG converter, using PhantomJS",
"version": "1.1.1",
"author": "Domenic Denicola <[email protected]> (https://domenic.me)",
"license": "WTFPL",
"repository": "domenic/svg2png",
"main": "lib/svg2png.js",
"files": [
"lib/"
],
"scripts": {
"test": "mocha",
"lint": "jshint lib && jshint test"
},
"dependencies": {
"phantomjs": "^1.9.18"
},
"devDependencies": {
"chai": "^3.4.1",
"jshint": "^2.8.0",
"mocha": "^2.3.3"
}
"name": "svg2png",
"description": "A SVG to PNG converter, using PhantomJS",
"version": "2.0.0",
"author": "Domenic Denicola <[email protected]> (https://domenic.me)",
"license": "WTFPL",
"repository": "domenic/svg2png",
"main": "lib/svg2png.js",
"files": [
"lib/"
],
"scripts": {
"test": "mocha",
"lint": "jshint lib && jshint test"
},
"dependencies": {
"phantomjs": "^1.9.18"
},
"devDependencies": {
"chai": "^3.4.1",
"jshint": "^2.8.0",
"mocha": "^2.3.3"
}
}

0 comments on commit 5b14ef2

Please sign in to comment.