This commit is contained in:
Samuel Attard 2017-01-11 12:08:51 +11:00 коммит произвёл Samuel Attard
Родитель ffe66fd569
Коммит f3a6943ffe
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,6 @@
language: node_js
node_js:
- '6'
- '4'
sudo: false
@ -18,4 +17,4 @@ branches:
- master
- /^v\d+\.\d+\.\d+/
script: npm run test
script: npm run test

Просмотреть файл

@ -24,6 +24,9 @@
"url": "https://github.com/electron/electron-rebuild/issues"
},
"homepage": "https://github.com/electron/electron-rebuild",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"babel-register": "^6.16.3",
"babel-runtime": "6.18.0",