Skip to content

Commit

Permalink
Merge pull request #25 from ilyakam/feature/node-engines
Browse files Browse the repository at this point in the history
Node Engines and Windows Support
  • Loading branch information
ilyakam committed Oct 16, 2016
2 parents 0dfed44 + 59b0484 commit 0546689
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Fixed
- Ensure unit tests can run in Windows
- Ensure Node engine is not limited to v5.x

## [0.4.0] - 2016-10-09
### Added
- Allow use of custom and external reporters
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"standard": "^8.0.0"
},
"engines": {
"node": "5.*"
"node": ">=4.x"
},
"homepage": "https://github.com/ilyakam/gulp-pug-linter#readme",
"keywords": [
Expand All @@ -38,7 +38,7 @@
"url": "git+https://github.com/ilyakam/gulp-pug-linter.git"
},
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec",
"coveralls": "npm run-script coverage && node ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info",
"pretest": "standard",
"test": "npm run-script coveralls"
Expand Down

0 comments on commit 0546689

Please sign in to comment.