Skip to content

Commit 4400af9

Browse files
committed
sync package.json w canvas
no need for node-pre-gyp anymore either
1 parent b5aea29 commit 4400af9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"pdf"
1616
],
1717
"scripts": {
18-
"install": "node-pre-gyp install",
1918
"test": "echo No test needed"
2019
},
2120
"binary": {
@@ -30,8 +29,7 @@
3029
"main": "./canvas/index.js",
3130
"license": "MIT",
3231
"dependencies": {
33-
"node-pre-gyp": "^0.10.0",
34-
"nan": "^2.9.2",
32+
"nan": "^2.13.2",
3533
"detect-libc": "^1.0.3"
3634
}
3735
}

0 commit comments

Comments
 (0)