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 aaa807a commit 152e378Copy full SHA for 152e378
package.json
@@ -57,7 +57,9 @@
57
"scripts": {
58
"test": "make test",
59
"test-ci": "nyc mocha -R spec --bail",
60
- "coverage": "yarn add coveralls@2 && nyc report --reporter=text-lcov | coveralls"
+ "coverage": "yarn add coveralls@2 && nyc report --reporter=text-lcov | coveralls",
61
+ "build": "make browserify",
62
+ "prepublishOnly": "make browserify"
63
},
64
"dependencies": {
65
"argparse": "~0.1.15",
@@ -66,6 +68,7 @@
66
68
"devDependencies": {
67
69
"ansi": "^0.3.0",
70
"benchmark": "^1.0.0",
71
+ "browserify": "^16.3.0",
72
"commonmark": "0.12.0",
73
"gulp-format-md": "^0.1.10",
74
"highlight.js": "^9.7.0",
0 commit comments