Skip to content

Commit

Permalink
remove engine declaration
Browse files Browse the repository at this point in the history
this repo obviously works with engines newer then what was specified. This just results in an extra noisy warning

```js
npm WARN engine [email protected]: wanted: {"node":"0.6.x"} (current: {"node":"1.6.2","npm":"2.7.3"})
```
  • Loading branch information
stefanpenner committed Mar 28, 2015
1 parent ba93b5b commit 08a40d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"scripts": { "test": "NODE_PATH=./lib mocha --ui exports" },
"devDependencies": {
"mocha": "0.12.x"
},
"engines": { "node": "0.6.x" }
}
}

0 comments on commit 08a40d7

Please sign in to comment.