Skip to content

Commit

Permalink
Merge pull request #4 from ide/engines
Browse files Browse the repository at this point in the history
Remove "engines" from package.json
  • Loading branch information
Calamari committed Aug 19, 2015
2 parents e0e39b4 + e3d808f commit 488112c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
- "iojs-v2"
- "iojs-v1"
- "0.12"
- "0.10"
sudo: false
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"description": "Parses every stack trace into a nicely formatted array of hashes.",
"keywords": ["errors", "stacktrace", "parser", "exceptions"],
"version": "0.1.2",
"engines": {
"node": "0.10 - 2"
},
"dependencies": {},
"devDependencies": {
"mocha": "*",
Expand Down

0 comments on commit 488112c

Please sign in to comment.