Skip to content

Commit

Permalink
fix(node): remove engines > 9 in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 committed Jan 25, 2018
1 parent 08fa280 commit fb673e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[![Codecov Status][codecov-badge]][codecov]
[![npm package][npm-badge]][npm]
[![npm downloads][npm-downloads]][npm]
[![node][node]]()

[![Dependency Status][dependency-badge]][dependency]
[![devDependency Status][devdependency-badge]][devdependency]
Expand Down Expand Up @@ -113,7 +112,6 @@ MIT: [http://michaelhsu.mit-license.org](http://michaelhsu.mit-license.org)
[npm]: https://www.npmjs.org/package/graphql.macro
[codecov-badge]: https://img.shields.io/codecov/c/github/evenchange4/graphql.macro.svg?style=flat-square
[codecov]: https://codecov.io/github/evenchange4/graphql.macro?branch=master
[node]: https://img.shields.io/node/v/graphql.macro.svg?style=flat-square
[npm-downloads]: https://img.shields.io/npm/dt/graphql.macro.svg?style=flat-square
[license-badge]: https://img.shields.io/npm/l/graphql.macro.svg?style=flat-square
[license]: http://michaelhsu.mit-license.org/
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@
"prettier/prettier": "error"
}
},
"engines": {
"node": ">=9.0.0"
},
"bugs": {
"url": "https://github.com/evenchange4/graphql.macro/issues",
"email": "evenchange4@gmail.com"
Expand Down

0 comments on commit fb673e5

Please sign in to comment.