From 1356b013b795058f9997f23573b08283580c895b Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sun, 4 Jun 2017 01:03:46 -0700 Subject: [PATCH] Update package.json --- package.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 65c1e89..107adce 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,19 @@ { "name": "feather-icons", "version": "2.1.0", - "author": "Cole Bemis (http://colebemis.com)", - "repository": { - "type": "git", - "url": "https://github.com/colebemis/feather.git" - }, + "description": "Simply beautiful open source icons", "scripts": { "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-zip": "./bin/build-zip.sh" }, - "license": "MIT", "devDependencies": { - "onchange": "^3.2.1", - "parallelshell": "^2.0.0", "svgo": "^0.7.2" - } + }, + "repository": { + "type": "git", + "url": "https://github.com/colebemis/feather.git" + }, + "author": "Cole Bemis (http://colebemis.com)", + "license": "MIT" }