Skip to content

Commit

Permalink
fix: add required node engine to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Ellis committed Aug 8, 2018
1 parent e911c43 commit 8a76053
Show file tree
Hide file tree
Showing 3 changed files with 3,145 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 0.3.3
- Added required engine version to package.json

## 0.3.2
- Fixed incompatible syntax for use with node v6. [#8](https://github.com/jackmellis/require-extension-hooks/pull/8)

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "require-extension-hooks",
"version": "0.3.2",
"version": "0.3.3",
"description": "Add hooks for js extension types",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -29,5 +29,8 @@
"devDependencies": {
"ava": "^0.20.0",
"inspect-process": "^0.5.0"
},
"engines": {
"node": ">=8.0.0"
}
}
Loading

0 comments on commit 8a76053

Please sign in to comment.