Skip to content

Commit

Permalink
npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-pribilinskiy committed Apr 12, 2016
1 parent ea5bc2d commit 9abc7d6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-obb",
"main": "index.js",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/goldenplanetdk/jquery-plugins",
"authors": [
"Steven Pribilinskiy <[email protected]>"
Expand Down
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "jquery-obb",
"main": "index.js",
"version": "0.1.1",
"homepage": "https://github.com/goldenplanetdk/jquery-plugins",
"authors": [
"Steven Pribilinskiy <[email protected]>"
],
"description": "jQuery plugins for OpenBizBox",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"devDependencies": {
"jquery": "~2.1.4"
}
}

0 comments on commit 9abc7d6

Please sign in to comment.