Skip to content

Commit

Permalink
Remove index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 7, 2016
1 parent 725626f commit 442bafe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions index.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"encoding"
],
"dependencies": {},
"main": "index.json",
"files": [
"index.js",
"index.json"
],
"repository": {
Expand All @@ -34,7 +34,7 @@
},
"scripts": {
"build-md": "remark . --quiet --frail --output",
"build-bundle": "browserify index.js --bare -s htmlDangerousEncodings > html-dangerous-encodings.js",
"build-bundle": "browserify index.json --bare -s htmlDangerousEncodings > html-dangerous-encodings.js",
"build-mangle": "esmangle html-dangerous-encodings.js > html-dangerous-encodings.min.js",
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
"lint": "xo",
Expand Down

0 comments on commit 442bafe

Please sign in to comment.