mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Clean up package.json
This commit is contained in:
parent
9a1a245604
commit
a254c688d9
@ -1,16 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "feather",
|
"name": "feather",
|
||||||
"version": "2.0.0-beta",
|
"version": "2.1.0",
|
||||||
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
|
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/colebemis/feather.git"
|
"url": "https://github.com/colebemis/feather.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm run build:manifest && parallelshell 'jekyll serve' 'npm run watch'",
|
"Xstart": "parallelshell 'jekyll serve' 'npm run watch'",
|
||||||
"watch": "onchange 'icons/**/*' -v -- npm run build:manifest",
|
"Xwatch": "onchange 'icons/**/*' -v -- npm run build:icons",
|
||||||
"build": "npm run build:manifest && npm run build:zip && jekyll build",
|
"build": "npm run build:zip && jekyll build",
|
||||||
"build:manifest": "./bin/build-manifest.sh > manifest.json",
|
|
||||||
"build:zip": "./bin/build-zip.sh"
|
"build:zip": "./bin/build-zip.sh"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Loading…
Reference in New Issue
Block a user