Skip to content

Commit 7e85bc9

Browse files
committed
build: upate dep dev
1 parent 22c395e commit 7e85bc9

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
"version": "1.3.2",
44
"description": "Include file in HTML",
55
"main": "index.js",
6-
"dependencies": {},
6+
"dependencies": {
7+
"posthtml": "^0.12.0",
8+
"posthtml-parser": "^0.4.2"
9+
},
710
"devDependencies": {
811
"chai": "^4.2.0",
912
"istanbul": "^0.4.5",
1013
"jscs": "^3.0.7",
11-
"jshint": "^2.8.0",
12-
"mocha": "^6.2.2",
13-
"posthtml": "^0.12.0"
14+
"jshint": "^2.10.3",
15+
"mocha": "^7.0.0"
1416
},
1517
"scripts": {
1618
"test": "npm run lint && mocha -R dot && npm run cover",

0 commit comments

Comments
 (0)