We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9982f98 commit ddd13dfCopy full SHA for ddd13df
package.json
@@ -17,7 +17,7 @@
17
"browser": "browserify index.js -t [ babelify --presets [ @babel/preset-env ] ] --standalone markdown-it-attrs -o markdown-it-attrs.browser.js",
18
"coverage": "nyc report --reporter=text-lcov | coveralls",
19
"lint": "eslint .",
20
- "preversion": "mocha && npm run browser && git add markdown-it-attrs.browser.js",
+ "preversion": "mocha && npm run browser",
21
"test": "npm run lint && nyc mocha"
22
},
23
"homepage": "https://github.com/arve0/markdown-it-attrs",
0 commit comments