Skip to content

Commit e41a8d0

Browse files
committed
Up version
1 parent 88443e7 commit e41a8d0

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Luis Blanco <luisblanco1337@gmail.com>",
33
"name": "deps-freeimage-raub",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Binaries and headers for FreeImage-dependent compilation",
66
"license": "MIT",
77
"main": "index.js",
@@ -10,7 +10,19 @@
1010
"freeimage",
1111
"image",
1212
"decoder",
13-
"graphics"
13+
"graphics",
14+
"binary",
15+
"library",
16+
"dll",
17+
"headers",
18+
"lib",
19+
"dylib",
20+
"so",
21+
"c++",
22+
"addon",
23+
"bindings",
24+
"native",
25+
"gyp"
1426
],
1527
"engines": {
1628
"node": ">=10.13.0",
@@ -28,6 +40,6 @@
2840
"url": "https://github.com/node-3d/deps-freeimage-raub.git"
2941
},
3042
"dependencies": {
31-
"addon-tools-raub": "4.1.0"
43+
"addon-tools-raub": "4.2.0"
3244
}
3345
}

0 commit comments

Comments
 (0)