build: remove travis-deploy-once (#71)
This commit is contained in:
Родитель
89e8465197
Коммит
73e133833a
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -16,7 +16,6 @@
|
||||||
"lint": "standard --fix",
|
"lint": "standard --fix",
|
||||||
"start": "budo demo.js --live --no-debug --open --css demo.css",
|
"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"
|
"semantic-release": "semantic-release"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -43,8 +42,7 @@
|
||||||
"semantic-release": "^15.6.0",
|
"semantic-release": "^15.6.0",
|
||||||
"standard": "^12.0.1",
|
"standard": "^12.0.1",
|
||||||
"tap-summary": "^4.0.0",
|
"tap-summary": "^4.0.0",
|
||||||
"tape": "^4.9.0",
|
"tape": "^4.9.0"
|
||||||
"travis-deploy-once": "^5.0.0"
|
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче