Skip to content

Commit

Permalink
New version just to enable AMD
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpaulino committed Apr 3, 2016
1 parent 03632df commit 97ac4c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "backgrid-paginator",
"name": "backgrid-paginator-with-requirejs",
"main": [
"backgrid-paginator.js",
"backgrid-paginator.css"
],
"version": "0.3.5",
"version": "0.3.6",
"description": "Backgrid.js extension for pagination.",
"homepage": "https://github.com/wyuenho/backgrid-paginator",
"homepage": "https://github.com/rtpaulino/backgrid-paginator",
"authors": [
"Jimmy Yuen Ho Wong <wyuenho@gmail.com>"
],
Expand Down
6 changes: 3 additions & 3 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "backgrid-paginator",
"repo": "wyuenho/backgrid-paginator",
"name": "backgrid-paginator-with-requirejs",
"repo": "rtpaulino/backgrid-paginator-with-requirejs",
"description": "Backgrid.js extension for pagination.",
"version": "0.3.5",
"version": "0.3.6",
"keywords": [
"backbone",
"backgrid",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "backgrid-paginator",
"version": "0.3.5",
"name": "backgrid-paginator-with-requirejs",
"version": "0.3.6",
"description": "Backgrid.js extension for pagination.",
"main": "backgrid-paginator.js",
"scripts": {
"test": "grunt jasmine"
},
"repository": {
"type": "git",
"url": "git://github.com/wyuenho/backgrid-paginator.git"
"url": "git://github.com/rtpaulino/backgrid-paginator.git"
},
"keywords": [
"backbone",
Expand Down

0 comments on commit 97ac4c5

Please sign in to comment.