Skip to content

Commit a7e71ad

Browse files
committed
Update hastscript
1 parent 32a69f5 commit a7e71ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@types/tape": "^4.0.0",
3939
"c8": "^7.0.0",
40-
"hastscript": "^6.0.0",
40+
"hastscript": "^7.0.0",
4141
"prettier": "^2.0.0",
4242
"remark-cli": "^9.0.0",
4343
"remark-preset-wooorm": "^8.0.0",

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import test from 'tape'
2-
import h from 'hastscript'
2+
import {h} from 'hastscript'
33
import {size} from './index.js'
44

55
test('unist-util-size', (t) => {

0 commit comments

Comments
 (0)