Skip to content

Commit 652204c

Browse files
SimeonCSimeonC
SimeonC
authored and
SimeonC
committed
fix(Bower): Rangy-official renamed to rangy.
1 parent fe6ca2b commit 652204c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module.exports = function (grunt) {
114114
},
115115
my_target: {
116116
files: {
117-
'dist/textAngular-rangy.min.js': ['bower_components/rangy-official/rangy-core.js', 'bower_components/rangy-official/rangy-selectionsaverestore.js'],
117+
'dist/textAngular-rangy.min.js': ['bower_components/rangy/rangy-core.js', 'bower_components/rangy/rangy-selectionsaverestore.js'],
118118
'dist/textAngular.min.js': ['src/textAngularSetup.js','src/textAngular.js'],
119119
'dist/textAngular-sanitize.min.js': ['src/textAngular-sanitize.js']
120120
}

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"angular": "^1.2.x",
2929
"bootstrap": "^3.0.x",
3030
"font-awesome": "^4.0.x",
31-
"rangy-official": "^1.3.0"
31+
"rangy": "^1.3.0"
3232
},
3333
"devDependencies": {
3434
"angular-mocks": "~1.2.x",

dist/textAngular-rangy.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"main": "./dist/textAngular.min.js",
2323
"browserDependencies": {
2424
"angular": "^1.2.x",
25-
"rangy": "^1.2.0",
25+
"rangy": "^1.3.0",
2626
"bootstrap": "^3.0.x",
2727
"font-awesome": "^4.0.x"
2828
},

0 commit comments

Comments
 (0)