We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c395e commit 7e85bc9Copy full SHA for 7e85bc9
1 file changed
package.json
@@ -3,14 +3,16 @@
3
"version": "1.3.2",
4
"description": "Include file in HTML",
5
"main": "index.js",
6
- "dependencies": {},
+ "dependencies": {
7
+ "posthtml": "^0.12.0",
8
+ "posthtml-parser": "^0.4.2"
9
+ },
10
"devDependencies": {
11
"chai": "^4.2.0",
12
"istanbul": "^0.4.5",
13
"jscs": "^3.0.7",
- "jshint": "^2.8.0",
- "mocha": "^6.2.2",
- "posthtml": "^0.12.0"
14
+ "jshint": "^2.10.3",
15
+ "mocha": "^7.0.0"
16
},
17
"scripts": {
18
"test": "npm run lint && mocha -R dot && npm run cover",
0 commit comments