Skip to content

Commit 0637355

Browse files
committedApr 26, 2021
Use ESM
1 parent 527c58e commit 0637355

16 files changed

+320
-352
lines changed
 

‎.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
.DS_Store
22
*.log
3-
.nyc_output/
43
coverage/
54
node_modules/
65
test/jsx-*.js
7-
hastscript.js
8-
hastscript.min.js
96
yarn.lock

‎.prettierignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
coverage/
2-
hastscript.js
3-
hastscript.min.js
4-
*.json
52
*.md

‎factory.js

-193
This file was deleted.

‎html.js

-9
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.