Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
bump modules version
Browse files Browse the repository at this point in the history
  • Loading branch information
peremenov committed Jun 14, 2016
1 parent 67766bf commit 006c1b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-factory",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/peremenov/jquery-factory",
"description": "Super simple, lightweight and solid factory of jQuery plugins",
"main": "dist/newPlugin.jquery.js",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-factory",
"version": "0.2.1",
"version": "0.2.2",
"description": "Super simple, lightweight and solid factory of jQuery plugins",
"main": "newPlugin.jquery.js",
"directories": {
Expand Down Expand Up @@ -35,12 +35,12 @@
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "2.10.2",
"eslint": "2.12.0",
"gulp": "3.9.1",
"gulp-mocha-phantomjs": "^0.11.0",
"gulp-uglify": "1.5.3",
"jsdom": "^9.2.0",
"mocha": "^2.5.3",
"zepto": "madrobby/zepto"
"zepto": "madrobby/zepto#v1.1.6"
}
}

0 comments on commit 006c1b2

Please sign in to comment.