Skip to content

Commit

Permalink
Switch to Node >= 4 LTS
Browse files Browse the repository at this point in the history
Attempts to fix `undefined is not a function` for Node v.0.12.18.
  • Loading branch information
flagello committed Apr 30, 2017
1 parent f0521a3 commit 8181cc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"post-to-coveralls-io": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"build": "rollup -c && uglifyjs flyd.js -o flyd.min.js"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/paldepind/flyd.git"
Expand Down

0 comments on commit 8181cc0

Please sign in to comment.