Skip to content

Commit 73b59f4

Browse files
xVanTuringxVanTuring
authored andcommitted
update package.json
1 parent c94539d commit 73b59f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "cquant",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A fast and native image palette generator",
55
"main": "cquant.js",
66
"types": "./cquant.d.ts",
77
"scripts": {
88
"install": "prebuild-install || cmake-js rebuild",
99
"rebuild": "cmake-js configure && cmake-js build",
10-
"test": "node ./test/test.js && node ./test/api-test.js && node ./test/perf.js && node ./script/build-deploy.js",
10+
"test": "node ./test/api-test.js && node ./test/perf.js && node ./script/build-deploy.js",
1111
"tsc": "tsc --build"
1212
},
1313
"keywords": [

0 commit comments

Comments
 (0)