We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94539d commit 73b59f4Copy full SHA for 73b59f4
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "cquant",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "A fast and native image palette generator",
5
"main": "cquant.js",
6
"types": "./cquant.d.ts",
7
"scripts": {
8
"install": "prebuild-install || cmake-js rebuild",
9
"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",
+ "test": "node ./test/api-test.js && node ./test/perf.js && node ./script/build-deploy.js",
11
"tsc": "tsc --build"
12
},
13
"keywords": [
0 commit comments