Skip to content

Commit aae9ecd

Browse files
committed
build: add dep pkg
1 parent 9efb08c commit aae9ecd

File tree

2 files changed

+13
-39
lines changed

2 files changed

+13
-39
lines changed

package-lock.json

Lines changed: 10 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"start": "sudo npm run clean && npm run lint && sudo npm test"
1616
},
1717
"dependencies": {
18-
"fclone": "^1.0.11"
18+
"fclone": "^1.0.11",
19+
"posthtml-parser": "^0.4.2",
20+
"posthtml-render": "^1.2.2"
1921
},
2022
"devDependencies": {
2123
"ava": "^3.9.0",

0 commit comments

Comments
 (0)