Skip to content

Commit

Permalink
move from bower to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-pribilinskiy committed Apr 13, 2016
1 parent 9abc7d6 commit 48440da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.idea
/bower_components
/node_modules
npm-debug.log
19 changes: 0 additions & 19 deletions bower.json

This file was deleted.

14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"name": "jquery-obb",
"main": "index.js",
"version": "0.1.1",
"homepage": "https://github.com/goldenplanetdk/jquery-plugins",
"description": "jQuery plugins for OpenBizBox",
"version": "1.0.0",
"authors": [
"Steven Pribilinskiy <[email protected]>"
],
"description": "jQuery plugins for OpenBizBox",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"homepage": "https://github.com/goldenplanetdk/jquery-plugins",
"main": "index.js",
"devDependencies": {
"jquery": "~2.1.4"
}
Expand Down

0 comments on commit 48440da

Please sign in to comment.