Skip to content

Commit

Permalink
Added Bower support, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Aug 21, 2014
1 parent 4bf7799 commit 4398d6c
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 3 deletions.
1 change: 1 addition & 0 deletions .idea/rangy_github.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "rangy",
"version": "1.3.0-alpha.20140822",
"homepage": "https://github.com/timdown/rangy",
"authors": [
"Tim Down <[email protected]>"
],
"description": "A cross-browser JavaScript range and selection library.",
"main": [
"lib/rangy-core.js",
"lib/rangy-classapplier.js",
"lib/rangy-highlighter.js",
"lib/rangy-selectionsaverestore.js",
"lib/rangy-serializer.js",
"lib/rangy-textrange.js"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"range",
"selection",
"caret",
"DOM"
],
"license": "MIT",
"ignore": [
"roadmap.txt",
".idea",
"builder",
"dist",
"demos",
"external",
"fiddlings",
"spec",
"src",
"test"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rangy",
"description": "A cross-browser DOM range and selection library",
"version": "1.3.0-alpha.20140821.8",
"version": "1.3.0-alpha.20140822",
"author": {
"name": "Tim Down",
"email": "[email protected]",
Expand Down
3 changes: 1 addition & 2 deletions test/boldifier.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML>
<html>
<head>
<title>Boldifier</title>
Expand Down

0 comments on commit 4398d6c

Please sign in to comment.