Skip to content

Commit

Permalink
sync package.json w canvas
Browse files Browse the repository at this point in the history
no need for node-pre-gyp anymore either
  • Loading branch information
chearon committed Aug 5, 2019
1 parent b5aea29 commit 4400af9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"pdf"
],
"scripts": {
"install": "node-pre-gyp install",
"test": "echo No test needed"
},
"binary": {
Expand All @@ -30,8 +29,7 @@
"main": "./canvas/index.js",
"license": "MIT",
"dependencies": {
"node-pre-gyp": "^0.10.0",
"nan": "^2.9.2",
"nan": "^2.13.2",
"detect-libc": "^1.0.3"
}
}

0 comments on commit 4400af9

Please sign in to comment.