Skip to content

Commit

Permalink
version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
45kb committed Jun 13, 2016
1 parent 0edc017 commit d8cb139
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highlighter.js",
"version": "0.1.9",
"version": "1.0.0",
"description": "Highlighter.js is a tiny (pure javascript) library to allow you to navigate, select and highlight DOM elements.",
"homepage": "https://github.com/720kb/highlighter.js",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions dist/highlighter.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highlighter.js",
"version": "0.1.9",
"version": "1.0.0",
"description": "Highlighter.js is a tiny (pure javascript) library to allow you to navigate, select and highlight DOM elements.",
"scripts": {
"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",
Expand Down

0 comments on commit d8cb139

Please sign in to comment.