Fix package.json
Those dependencies are for development, so `devDependencies` is what you want. I also did a couple of other simplifications/corrections.
This commit is contained in:
parent
6731d95928
commit
1815fdc44b
10
package.json
10
package.json
|
@ -9,7 +9,7 @@
|
|||
"homepage": "https://github.com/cjdowner/cryptocurrency-icons",
|
||||
"author": {
|
||||
"name": "Christopher Downer",
|
||||
"web": "https://github.com/cjdowner"
|
||||
"url": "https://github.com/cjdowner"
|
||||
},
|
||||
"scripts": {
|
||||
"minify-images:32:black": "imagemin '32/black/*' --out-dir='build/32/black'",
|
||||
|
@ -65,13 +65,9 @@
|
|||
"build": "npm run minify-images && npm run imacss && npm run svgstore",
|
||||
"prebuild": "npm run clean"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cjdowner/cryptocurrency-icons.git"
|
||||
},
|
||||
"repository": "cjdowner/cryptocurrency-icons",
|
||||
"license": "CC0-1.0",
|
||||
"devDependencies": {},
|
||||
"dependencies": {
|
||||
"devDependencies": {
|
||||
"concat": "^1.0.3",
|
||||
"imacss": "^1.0.0",
|
||||
"imagemin-cli": "^3.0.0",
|
||||
|
|
Loading…
Reference in New Issue