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 c3c9fce commit fb97579Copy full SHA for fb97579
package.json
@@ -25,13 +25,13 @@
25
"hast-util-is-element": "^1.0.0"
26
},
27
"devDependencies": {
28
- "browserify": "^14.0.0",
+ "browserify": "^16.0.0",
29
"esmangle": "^1.0.1",
30
- "nyc": "^11.0.0",
31
- "remark-cli": "^4.0.0",
32
- "remark-preset-wooorm": "^3.0.0",
+ "nyc": "^12.0.0",
+ "remark-cli": "^5.0.0",
+ "remark-preset-wooorm": "^4.0.0",
33
"tape": "^4.4.0",
34
- "xo": "^0.18.0"
+ "xo": "^0.21.0"
35
36
"scripts": {
37
"build-md": "remark . --quiet --frail --output",
test.js
@@ -1,10 +1,8 @@
1
'use strict';
2
3
-/* Dependencies. */
4
var test = require('tape');
5
-var scriptSupporting = require('./index.js');
+var scriptSupporting = require('.');
6
7
-/* Tests. */
8
test('scriptSupporting', function (t) {
9
t.equal(
10
scriptSupporting(),
0 commit comments