Skip to content

Commit

Permalink
test for npm files
Browse files Browse the repository at this point in the history
  • Loading branch information
45kb committed Jun 13, 2016
1 parent 72d76e3 commit 0edc017
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
2,
"outside"
],
"strict": [2, "never"],
"strict": 2,
"no-catch-shadow": 2,
"no-delete-var": 2,
Expand Down Expand Up @@ -150,7 +149,6 @@
1,
"expression"
],
"no-extra-parens": 1,
"func-names": 1,

"no-ternary": 0,
Expand Down
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.8",
"version": "0.1.9",
"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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highlighter.js",
"version": "0.1.8",
"version": "0.1.9",
"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 All @@ -19,7 +19,7 @@
"elements"
],
"files": [
"dist/highlighter.min.js"
"dist/"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 0edc017

Please sign in to comment.