Skip to content

Commit 8d9ea9e

Browse files
committed
build: fix dev expression, close #52
1 parent 82c2230 commit 8d9ea9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"dependencies": {
3232
"deepmerge": "^4.2.2",
3333
"posthtml": "^0.16.5",
34-
"posthtml-parser": "^0.11.0"
34+
"posthtml-parser": "^0.11.0",
35+
"posthtml-expressions": "^1.9.0"
3536
},
3637
"devDependencies": {
3738
"@babel/cli": "^7.16.0",
@@ -52,7 +53,6 @@
5253
"husky": "^8.0.1",
5354
"lint-staged": "^12.0.2",
5455
"mocha": "^10.0.0",
55-
"posthtml-expressions": "^1.9.0",
5656
"proxyquire": "^2.1.3",
5757
"rimraf": "^3.0.2",
5858
"xo": "^0.49.0"

0 commit comments

Comments
 (0)