From 8c159a38553f59705f9cc81f8cdb426a7abe5be2 Mon Sep 17 00:00:00 2001 From: Micheal Nemr Date: Sat, 26 Nov 2016 16:28:40 -0500 Subject: [PATCH 1/6] updates codemirror dependency reference --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 2c9fedb..f9361d6 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,7 @@ }, "dependencies": { "angular": "^1.3", - "codemirror": "^5.0" + "codemirror": "https://github.com/codemirror/CodeMirror.git" }, "devDependencies": { "angular-mocks": "^1.3" From 3b90b24bddb3d90385177a41ae4f07d1dc1b726a Mon Sep 17 00:00:00 2001 From: Micheal Nemr Date: Sat, 26 Nov 2016 17:53:01 -0500 Subject: [PATCH 2/6] add branch to ref --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index f9361d6..ad6132b 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,7 @@ }, "dependencies": { "angular": "^1.3", - "codemirror": "https://github.com/codemirror/CodeMirror.git" + "codemirror": "https://github.com/codemirror/CodeMirror.git#master" }, "devDependencies": { "angular-mocks": "^1.3" From 50423224bb646baf0ae8b862a4d3f6726d785e9d Mon Sep 17 00:00:00 2001 From: Micheal Nemr Date: Thu, 1 Dec 2016 12:55:10 -0500 Subject: [PATCH 3/6] test postscript hook --- bower.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bower.json b/bower.json index ad6132b..ae87375 100644 --- a/bower.json +++ b/bower.json @@ -6,6 +6,9 @@ "license": "MIT", "homepage": "http://angular-ui.github.com", "main": "./src/ui-codemirror.js", + "scripts": { + "postinstall": "echo 'post install bower'" + }, "ignore": [ "**/.*", "node_modules", From 94fbc438bc6ee0af912dde78e35ab906444b778b Mon Sep 17 00:00:00 2001 From: Micheal Nemr Date: Thu, 1 Dec 2016 13:02:43 -0500 Subject: [PATCH 4/6] removes script command --- bower.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/bower.json b/bower.json index ae87375..ad6132b 100644 --- a/bower.json +++ b/bower.json @@ -6,9 +6,6 @@ "license": "MIT", "homepage": "http://angular-ui.github.com", "main": "./src/ui-codemirror.js", - "scripts": { - "postinstall": "echo 'post install bower'" - }, "ignore": [ "**/.*", "node_modules", From e2b2d4186d17cb49acf065386f9237f549a743d0 Mon Sep 17 00:00:00 2001 From: Micheal Nemr Date: Wed, 5 Jul 2017 14:07:48 -0400 Subject: [PATCH 5/6] removes codemirror dependencies --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index ad6132b..cc033c0 100644 --- a/bower.json +++ b/bower.json @@ -21,8 +21,8 @@ "url": "https://github.com/angular-ui/ui-codemirror.git" }, "dependencies": { - "angular": "^1.3", - "codemirror": "https://github.com/codemirror/CodeMirror.git#master" + "angular": "^1.3" + //"codemirror": "https://github.com/codemirror/CodeMirror.git#master" }, "devDependencies": { "angular-mocks": "^1.3" From 53e30565dbb25cdfa1aafc60e5cf4e1487a97cda Mon Sep 17 00:00:00 2001 From: Micheal Nemr Date: Wed, 5 Jul 2017 14:16:43 -0400 Subject: [PATCH 6/6] Update bower.json --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index cc033c0..6f5f9c0 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,6 @@ }, "dependencies": { "angular": "^1.3" - //"codemirror": "https://github.com/codemirror/CodeMirror.git#master" }, "devDependencies": { "angular-mocks": "^1.3"