Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xVanTuring authored and xVanTuring committed Apr 10, 2019
1 parent c94539d commit 73b59f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "cquant",
"version": "0.1.2",
"version": "0.1.3",
"description": "A fast and native image palette generator",
"main": "cquant.js",
"types": "./cquant.d.ts",
"scripts": {
"install": "prebuild-install || cmake-js rebuild",
"rebuild": "cmake-js configure && cmake-js build",
"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",
"tsc": "tsc --build"
},
"keywords": [
Expand Down

0 comments on commit 73b59f4

Please sign in to comment.