mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 22:04:25 +00:00
chore: Update npm dev task to ref http-server in local node_modules
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node ./build/build.js",
|
"build": "node ./build/build.js",
|
||||||
"dev": "http-server ./",
|
"dev": "./node_modules/http-server/bin/http-server/",
|
||||||
"test": "./node_modules/.bin/cypress open"
|
"test": "./node_modules/.bin/cypress open"
|
||||||
},
|
},
|
||||||
"main": "dist/color-thief.min.js",
|
"main": "dist/color-thief.min.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user