Skip to content

Commit

Permalink
Updating scripts and travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
terriann committed Jun 21, 2017
1 parent e809c56 commit 143e2ba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
23 changes: 15 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -20,11 +21,17 @@
"confluence",
"confluence markup"
],
"author": {
"name": "Jesse G. Donat",
"email": "[email protected]",
"url": "https://donatstudios.com"
},
"contributors": [
{
"name": "Jesse G. Donat",
"email": "[email protected]",
"url": "https://donatstudios.com"
}, {
"name": "Terri Ann Swallow",
"email": "[email protected]",
"url": "https://terriann.github.io"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/terriann/CsvToPlainTextTable/issues"
Expand Down

0 comments on commit 143e2ba

Please sign in to comment.