Skip to content

Commit 45330d2

Browse files
authored
Merge pull request #36 from posthtml/milestone-1.4.0
Milestone 1.4.0
2 parents fefdd4f + 398fd09 commit 45330d2

3 files changed

Lines changed: 150 additions & 23 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
- "stable"
55
- "lts/*"
6-
- 6
6+
- 10
77

88
env:
99
global:

package-lock.json

Lines changed: 146 additions & 19 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-include",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"description": "Include file in HTML",
55
"main": "index.js",
66
"dependencies": {
@@ -12,8 +12,8 @@
1212
"chai": "^4.2.0",
1313
"istanbul": "^0.4.5",
1414
"jscs": "^3.0.7",
15-
"jshint": "^2.10.3",
16-
"mocha": "^6.2.2"
15+
"jshint": "^2.11.0",
16+
"mocha": "^7.1.0"
1717
},
1818
"scripts": {
1919
"test": "npm run lint && mocha -R dot && npm run cover",

0 commit comments

Comments
 (0)