mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-19 22:41:52 +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:
|
||||
webhooks:
|
||||
# A list of hook hashes, containing the url field
|
||||
# gitter hook
|
||||
- url: https://webhooks.gitter.im/e/9ebf3297ec153cdb0d0b
|
||||
machine:
|
||||
node:
|
||||
version: 4
|
||||
|
|
@ -21,6 +21,9 @@
|
|||
"licenses": {
|
||||
"type": "MIT"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.5.0",
|
||||
"diamond-square": "0.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue