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.
hastscript
1 parent 32a69f5 commit a7e71adCopy full SHA for a7e71ad
package.json
@@ -37,7 +37,7 @@
37
"devDependencies": {
38
"@types/tape": "^4.0.0",
39
"c8": "^7.0.0",
40
- "hastscript": "^6.0.0",
+ "hastscript": "^7.0.0",
41
"prettier": "^2.0.0",
42
"remark-cli": "^9.0.0",
43
"remark-preset-wooorm": "^8.0.0",
test.js
@@ -1,5 +1,5 @@
1
import test from 'tape'
2
-import h from 'hastscript'
+import {h} from 'hastscript'
3
import {size} from './index.js'
4
5
test('unist-util-size', (t) => {
0 commit comments