This commit is contained in:
Zeke Sikelianos 2018-06-21 14:52:23 -07:00 коммит произвёл GitHub
Родитель c11d8cb556
Коммит f50d6625a5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 18 добавлений и 4 удалений

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

@ -1,3 +1,13 @@
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- "10"
- '10'
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/

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

@ -1,6 +1,6 @@
{
"name": "electron-algolia-indices",
"version": "1.0.0",
"version": "0.0.0-development",
"description": "Searchable data about Electron APIs, Tutorials, Packages, Repos, and Apps",
"repository": "https://github.com/electron/algolia-indices",
"author": "zeke",
@ -15,7 +15,9 @@
"test": "tape test.js | tap-spec && standard --fix",
"lint": "standard --fix",
"start": "budo demo.js --live --no-debug --open --css demo.css",
"repl": "local-repl"
"repl": "local-repl",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"dependencies": {
"require-directory": "^2.1.1"
@ -38,7 +40,9 @@
"prettier-standard": "^8.0.1",
"standard": "^11.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.9.0"
"tape": "^4.9.0",
"travis-deploy-once": "^5.0.0",
"semantic-release": "^15.6.0"
},
"files": [
"index.js",