From a254c688d94eaec724aed641e0cb9781d790b2ec Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 20:46:38 -0700 Subject: [PATCH] Clean up package.json --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 21f5033..cbbeaea 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,15 @@ { "name": "feather", - "version": "2.0.0-beta", + "version": "2.1.0", "author": "Cole Bemis (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",