Skip to content

Commit

Permalink
leveraging microbundler fixes #40 and #46
Browse files Browse the repository at this point in the history
  • Loading branch information
nagaozen committed May 25, 2019
1 parent e0bdda0 commit 49af888
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
"files": [
"README.md",
"UNLICENSE",
"index.js",
"dist/markdownItAnchor.js",
"dist/markdownItAnchor.umd.js",
"dist/markdownItAnchor.mjs",
"dist/*",
"runkit.js"
],
"repository": {
Expand All @@ -34,7 +31,7 @@
"scripts": {
"build": "microbundle",
"dev": "microbundle watch",
"lint": "standard",
"lint": "standard index.js",
"prepublish": "npm test",
"test": "npm run lint && node test"
},
Expand Down

0 comments on commit 49af888

Please sign in to comment.