mirror of
https://github.com/wuchangming/spy-debugger.git
synced 2026-01-18 14:29:45 +00:00
fixed build error
This commit is contained in:
parent
7db82528d7
commit
daaaca3583
@ -2,4 +2,4 @@ before_install:
|
||||
- npm install babel-cli babel-preset-es2015 mocha
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "4.0"
|
||||
|
||||
@ -42,5 +42,8 @@
|
||||
"babel-cli": "^6.6.5",
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
"mocha": "^2.4.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user