diff --git a/.travis.yml b/.travis.yml index 6fb899c..9b914dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,10 @@ node_js: before_script: - node_modules/.bin/tslint -c tslint.json 'src/*.ts' + - node_modules/.bin/ts - node_modules/.bin/mocha test + ++notifications: + email: + on_success: change + on_failure: always diff --git a/package.json b/package.json index d52e98c..a7f1b11 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,13 @@ "version": "0.1.0", "types": "./lib/CsvToMarkdown.d.js", "scripts": { - "test": "node_modules/.bin/mocha test", - "lint": "node_modules/.bin/tslint -c tslint.json 'src/*.ts'" + "test": "./node_modules/.bin/tsc; ./node_modules/.bin/mocha test", + "lint": "./node_modules/.bin/tslint -c tslint.json 'src/*.ts'", + "watch": "./node_modules/.bin/tsc --watch" }, "repository": { "type": "git", - "url": "git+https://github.com/donatj/CsvToMarkdownTable.git" + "url": "git+https://github.com/terriann/CsvToPlainTextTable.git" }, "keywords": [ "csv", @@ -20,11 +21,17 @@ "confluence", "confluence markup" ], - "author": { - "name": "Jesse G. Donat", - "email": "donatj@gmail.com", - "url": "https://donatstudios.com" - }, + "contributors": [ + { + "name": "Jesse G. Donat", + "email": "donatj@gmail.com", + "url": "https://donatstudios.com" + }, { + "name": "Terri Ann Swallow", + "email": "terri.ann.s@gmail.com", + "url": "https://terriann.github.io" + } + ], "license": "MIT", "bugs": { "url": "https://github.com/terriann/CsvToPlainTextTable/issues"