Skip to content

Commit

Permalink
Update version, homepage, repo url, and package privacy settings in b…
Browse files Browse the repository at this point in the history
…ower.json and package.json
  • Loading branch information
Russ Spivey committed Jan 21, 2016
1 parent 56fc94d commit 2b8930c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "backbone-storage-sync",
"version": "1.0.0",
"version": "1.0.1",
"authors": [
"Cormant, Inc. <info@cormant.biz>"
"Cormant, Inc. <sloit@cormant.biz>"
],
"description": "A mixin for Backbone.sync to synchronize to session or local storage instead of a remote server",
"main": "backbone-storage-sync.js",
Expand All @@ -17,8 +17,8 @@
"localStorage"
],
"license": "MIT",
"homepage": "",
"private": true,
"homepage": "https://github.com/Cormant-Incorporated/backbone-storage-sync",
"private": false,
"ignore": [
"**/.*",
"bower_components",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backbone-storage-sync",
"version": "1.0.0",
"author": "Cormant, Inc. <info@cormant.biz>",
"version": "1.0.1",
"author": "Cormant, Inc. <sloit@cormant.biz>",
"description": "A mixin for Backbone.sync to synchronize to session or local storage instead of a remote server",
"main": "backbone-storage-sync.js",
"directories": {
Expand All @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/cormant/backbone-storage-sync.git"
"url": "git+ssh://git@github.com:Cormant-Incorporated/backbone-storage-sync.git"
},
"keywords": [
"backbone",
Expand All @@ -22,8 +22,8 @@
"sessionStorage"
],
"license": "MIT",
"homepage": "https://bitbucket.org/cormant/backbone-storage-sync#readme",
"private": true,
"homepage": "https://github.com/Cormant-Incorporated/backbone-storage-sync",
"private": false,
"devDependencies": {
"chai": "^3.3.0",
"jquery": "^2.1.4",
Expand Down

0 comments on commit 2b8930c

Please sign in to comment.