Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
Removing grunt-bump

refs #155
  • Loading branch information
ashleydw committed Jan 9, 2016
1 parent daf93f9 commit 0f6c04a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ekko-lightbox",
"version": "4.0.0",
"version": "4.0.1",
"main": "./dist/ekko-lightbox.min.js",
"ignore": [
"**/.*",
Expand All @@ -19,8 +19,7 @@
"grunt-contrib-coffee": "~0.8.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-recess": "~0.3.3",
"grunt-bump": "~0.0.14"
"grunt-recess": "~0.3.3"
},
"homepage": "https://github.com/ashleydw/lightbox",
"authors": [
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ekko-lightbox",
"description": "A lightbox gallery plugin for Bootstrap 3 based on the modal plugin",
"version": "4.0.0",
"version": "4.0.1",
"keywords": [
"lightbox",
"gallery",
Expand Down Expand Up @@ -31,8 +31,7 @@
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-recess": "^1.0.1",
"grunt-bump": "^0.6.0"
"grunt-recess": "^1.0.1"
},
"npmName": "ekko-lightbox",
"npmFileMap": [
Expand Down

0 comments on commit 0f6c04a

Please sign in to comment.