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:
Sindre Sorhus 2018-03-26 15:56:53 +07:00 committed by GitHub
parent 6731d95928
commit 1815fdc44b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -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",