chore: Add get-pixels and quantize to deps list

This commit is contained in:
Lokesh Dhakar
2019-07-21 18:55:38 -07:00
parent 3e6de37ce7
commit d527157d56
2 changed files with 134 additions and 88 deletions

View File

@@ -29,7 +29,8 @@
"amdName": "ColorThief",
"scripts": {
"build": "microbundle; node ./build/build.js",
"dev": "./node_modules/http-server/bin/http-server",
"watch": "microbundle watch",
"dev": " ./node_modules/http-server/bin/http-server",
"test": "./node_modules/.bin/cypress open"
},
"devDependencies": {
@@ -43,5 +44,9 @@
},
"engines": {
"node": ">=10.15.3"
},
"dependencies": {
"get-pixels": "^3.3.2",
"quantize": "github:lokesh/quantize"
}
}