From 3109ec9496df4778f7e0a41df9f8d1e7b7293e99 Mon Sep 17 00:00:00 2001 From: Marcelo Grossi Date: Fri, 16 Dec 2016 11:16:34 +0000 Subject: [PATCH] match bower version --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 1d3f233..0ccd307 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "confine", "main": "dist/confine.js", - "version": "0.1.3", + "version": "0.1.5", "description": "Solves the problem of using multiple versions of javascript libraries and executing arbitrary javascript in isolated namespaces", "authors": [ "Neville Chinan" @@ -13,7 +13,7 @@ } ], "license": "MIT", - "homepage": "https://github.com/nchinan/confine", + "homepage": "https://github.com/PMSI-AlignAlytics/confine.git", "ignore": [ "**/.*", "node_modules",