From 27a6b5ab5aff7d2ba04209259c3510f4f827481a Mon Sep 17 00:00:00 2001 From: jh3y Date: Fri, 9 Feb 2018 12:35:59 +0000 Subject: [PATCH] Bump version number for publish --- package.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3e957cd..92e86b8 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,29 @@ { "name": "@jh3y/whirl", - "version": "1.0.4", + "version": "1.0.7", "description": "whirl - pure CSS loading animations", "repository": { "type": "git", - "url": "https://github.com/jh3y/whirl.git" + "url": "git+https://github.com/jh3y/whirl.git" }, - "license": "(MIT)", + "keywords": [ + "progress", + "whirl", + "css", + "ui", + "ux", + "loader" + ], "engines": { "node": "0.10", "npm": "1.3" }, - "dependencies": { + "author": "jh3y ", + "license": "MIT", + "bugs": { + "url": "https://github.com/jh3y/whirl/issues" }, + "homepage": "https://jh3y.github.io/whirl", "devDependencies": { "gulp": "^3.9.1", "gulp-plumber": "^0.6.0",