Skip to content

Commit d8cb139

Browse files
committed
version 1
1 parent 0edc017 commit d8cb139

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highlighter.js",
3-
"version": "0.1.9",
3+
"version": "1.0.0",
44
"description": "Highlighter.js is a tiny (pure javascript) library to allow you to navigate, select and highlight DOM elements.",
55
"homepage": "https://github.com/720kb/highlighter.js",
66
"authors": [

dist/highlighter.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highlighter.js",
3-
"version": "0.1.9",
3+
"version": "1.0.0",
44
"description": "Highlighter.js is a tiny (pure javascript) library to allow you to navigate, select and highlight DOM elements.",
55
"scripts": {
66
"js-min": "./tasks/banner | xargs -0 -I banner uglifyjs src/js/highlighter.js --preamble banner -c -m --screw-ie8 -p relative --source-map dist/highlighter.min.js.map -o dist/highlighter.min.js",

0 commit comments

Comments
 (0)