From 60139481405d0994b8453fc729412e45675757eb Mon Sep 17 00:00:00 2001 From: Dmitri Akatov Date: Wed, 10 Jul 2013 17:59:28 -0700 Subject: [PATCH] forgot to rename the main file in the .json files --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 6b83aca..ec749b5 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-contenteditable" , "version": "0.0.0" -, "main": "angular-radians.js" +, "main": "angular-contenteditable.js" , "ignore": [ ".*" , "README.md" diff --git a/package.json b/package.json index 20b8b97..91b946e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "angular-contenteditable", "version": "0.0.0", "description": "angular extensions", - "main": "lib/angular-radians.js", + "main": "angular-contenteditable.js", "directories": { "test": "test" },