From 2b8930c1ca9dc52d1b72e6f424f928d0418f54ac Mon Sep 17 00:00:00 2001 From: Russ Spivey Date: Wed, 20 Jan 2016 16:11:29 -0800 Subject: [PATCH] Update version, homepage, repo url, and package privacy settings in bower.json and package.json --- bower.json | 8 ++++---- package.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bower.json b/bower.json index 8e4b85e..071ab2d 100644 --- a/bower.json +++ b/bower.json @@ -1,8 +1,8 @@ { "name": "backbone-storage-sync", - "version": "1.0.0", + "version": "1.0.1", "authors": [ - "Cormant, Inc. " + "Cormant, Inc. " ], "description": "A mixin for Backbone.sync to synchronize to session or local storage instead of a remote server", "main": "backbone-storage-sync.js", @@ -17,8 +17,8 @@ "localStorage" ], "license": "MIT", - "homepage": "", - "private": true, + "homepage": "https://github.com/Cormant-Incorporated/backbone-storage-sync", + "private": false, "ignore": [ "**/.*", "bower_components", diff --git a/package.json b/package.json index a461bea..a805944 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "backbone-storage-sync", - "version": "1.0.0", - "author": "Cormant, Inc. ", + "version": "1.0.1", + "author": "Cormant, Inc. ", "description": "A mixin for Backbone.sync to synchronize to session or local storage instead of a remote server", "main": "backbone-storage-sync.js", "directories": { @@ -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", @@ -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",