mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-07 12:10:46 +00:00
node >=4
This commit is contained in:
parent
9aa1255b8e
commit
5c599a4b81
2 changed files with 6 additions and 5 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
notify:
|
machine:
|
||||||
webhooks:
|
node:
|
||||||
# A list of hook hashes, containing the url field
|
version: 4
|
||||||
# gitter hook
|
|
||||||
- url: https://webhooks.gitter.im/e/9ebf3297ec153cdb0d0b
|
|
||||||
|
|
@ -21,6 +21,9 @@
|
||||||
"licenses": {
|
"licenses": {
|
||||||
"type": "MIT"
|
"type": "MIT"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=4"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.5.0",
|
"babel-runtime": "^6.5.0",
|
||||||
"diamond-square": "0.0.0",
|
"diamond-square": "0.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue