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 6925bca commit 4412cf6Copy full SHA for 4412cf6
package.json
@@ -30,13 +30,13 @@
30
"space-separated-tokens": "^1.0.0"
31
},
32
"devDependencies": {
33
- "browserify": "^14.3.0",
+ "browserify": "^16.0.0",
34
"esmangle": "^1.0.0",
35
- "nyc": "^11.0.0",
36
- "remark-cli": "^4.0.0",
37
- "remark-preset-wooorm": "^3.0.0",
+ "nyc": "^12.0.0",
+ "remark-cli": "^5.0.0",
+ "remark-preset-wooorm": "^4.0.0",
38
"tape": "^4.0.0",
39
- "xo": "^0.18.0"
+ "xo": "^0.21.0"
40
41
"scripts": {
42
"build-md": "remark . -qfo",
test.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
var test = require('tape');
4
-var h = require('./index.js');
+var h = require('.');
5
6
test('hastscript', function (t) {
7
t.equal(typeof h, 'function', 'should expose a function');
0 commit comments