Skip to content

Commit

Permalink
Fixed mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
siffreinsg committed May 26, 2018
1 parent 4eb275b commit 09617fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 'stable'
- 10
- 9
- 8
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "./node_modules/.bin/tslint --fix -o lint_errors.log -p .",
"start": "node build/index.js",
"prepublishOnly": "./node_modules/.bin/tslint --fix -o lint_errors.log -p . && npm run build",
"test": "mocha build/test.js"
"test": "mocha --exit build/test.js"
},
"repository": {
"type": "git",
Expand All @@ -33,13 +33,14 @@
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.0",
"@types/node": "^10.1.2",
"@types/dotenv": "^4.0.3",
"chai": "^4.1.2",
"dotenv": "^5.0.1",
"mocha": "^5.2.0",
"tslint": "^5.9.1",
"typescript": "^2.8.3"
},
"dependencies": {
"dotenv": "^5.0.1",
"google-auth-library": "^1.5.0"
}
}
4 changes: 2 additions & 2 deletions shrinkwrap.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
dotenv: 5.0.1
google-auth-library: 1.5.0
devDependencies:
'@types/chai': 4.1.3
'@types/dotenv': 4.0.3
'@types/mocha': 5.2.0
'@types/node': 10.1.2
chai: 4.1.2
dotenv: 5.0.1
mocha: 5.2.0
tslint: 5.10.0
typescript: 2.8.3
Expand Down Expand Up @@ -176,7 +176,7 @@ packages:
resolution:
integrity: sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
/dotenv/5.0.1:
dev: true
dev: false
engines:
node: '>=4.6.0'
resolution:
Expand Down

0 comments on commit 09617fb

Please sign in to comment.