add travis

update repository info
This commit is contained in:
Niko Storni 2018-08-28 07:05:03 -04:00
parent 2ed6582dbf
commit 8874148646
3 changed files with 13 additions and 6 deletions

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: node_js
node_js:
- "lts/*"
cache:
directories:
- "node_modules"

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "wunderbot-discord",
"version": "0.0.1",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -27,17 +27,18 @@
"build": "babel bot -d dist",
"prod": "babel bot -d dist & node dist/bot.js",
"lint": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240",
"precommit": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240"
"precommit": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240",
"test": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240 --list-different && npm audit && npm i"
},
"devDependencies": {
"husky": "^0.14.3",
"prettier": "1.8.1"
},
"name": "wunderbot-discord",
"version": "0.0.1",
"description": "LBRYs bot for Discord",
"main": "app.js",
"repository": "https://github.com/filipnyquist/wunderbot-disc",
"version": "1.0.0",
"description": "LBRY bot for Discord",
"main": "bot/bot.js",
"repository": "https://github.com/lbryio/lbry-wunderbot",
"author": "filipnyquist <filip@lbry.io>",
"license": "MIT"
}