Commit a254c688 authored by Cole Bemis's avatar Cole Bemis

Clean up package.json

parent 9a1a2456
{
"name": "feather",
"version": "2.0.0-beta",
"version": "2.1.0",
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
"repository": {
"type": "git",
"url": "https://github.com/colebemis/feather.git"
},
"scripts": {
"start": "npm run build:manifest && parallelshell 'jekyll serve' 'npm run watch'",
"watch": "onchange 'icons/**/*' -v -- npm run build:manifest",
"build": "npm run build:manifest && npm run build:zip && jekyll build",
"build:manifest": "./bin/build-manifest.sh > manifest.json",
"Xstart": "parallelshell 'jekyll serve' 'npm run watch'",
"Xwatch": "onchange 'icons/**/*' -v -- npm run build:icons",
"build": "npm run build:zip && jekyll build",
"build:zip": "./bin/build-zip.sh"
},
"license": "MIT",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment