Skip to content

Commit

Permalink
Bump version number for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jh3y committed Feb 9, 2018
1 parent 01c1945 commit 27a6b5a
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",

This comment has been minimized.

Copy link
@karanjamwal

karanjamwal Feb 20, 2018

Node version seems to be quite old. Please update this one

"npm": "1.3"
},
"dependencies": {
"author": "jh3y <jh3y@users.noreply.github.com>",
"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",
Expand Down

0 comments on commit 27a6b5a

Please sign in to comment.