mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Update package.json
This commit is contained in:
parent
99c7c7fcfb
commit
1356b013b7
17
package.json
17
package.json
@ -1,20 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "feather-icons",
|
"name": "feather-icons",
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
|
"description": "Simply beautiful open source icons",
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/colebemis/feather.git"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"svgo": "for i in $(find icons/* -type d); do svgo --pretty --multipass --config=svgo-config.yml $i; done",
|
"svgo": "for i in $(find icons/* -type d); do svgo --pretty --multipass --config=svgo-config.yml $i; done",
|
||||||
"build": "npm run build-zip && jekyll build",
|
"build": "npm run build-zip && jekyll build",
|
||||||
"build-zip": "./bin/build-zip.sh"
|
"build-zip": "./bin/build-zip.sh"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"onchange": "^3.2.1",
|
|
||||||
"parallelshell": "^2.0.0",
|
|
||||||
"svgo": "^0.7.2"
|
"svgo": "^0.7.2"
|
||||||
}
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/colebemis/feather.git"
|
||||||
|
},
|
||||||
|
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
|
||||||
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user