Skip to content

Commit

Permalink
update npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
KnicKnic committed Nov 18, 2018
1 parent eec902e commit 2c42f95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wasm-imagemagick",
"version": "1.1.1",
"version": "1.2.0",
"description": "Webassembly compilation of ImageMagick",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -41,9 +41,10 @@
"@types/jasmine": "^2.8.11",
"@types/node": "^10.12.3",
"browserify": "^16.2.3",
"gulp": "^3.9.1",
"gulp": "^4.0.0",
"gulp-jasmine-browser": "^4.0.2",
"jasmine": "^3.3.0",
"plugin-error": "^1.0.1",
"puppeteer": "^1.3.0",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
Expand Down

0 comments on commit 2c42f95

Please sign in to comment.