Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
test: add babel-register.js to test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Sep 25, 2018
1 parent 4697ad5 commit 858d475
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -53,8 +53,8 @@
"bin",
"lib",
"babel-register.js",
"index.js",
"cli.js"
"cli.js",
"index.js"
],
"homepage": "https://github.com/semantic-release/travis-deploy-once#readme",
"keywords": [
Expand All @@ -68,8 +68,9 @@
"nyc": {
"include": [
"lib/**/*.js",
"index.js",
"cli.js"
"babel-register.js",
"cli.js",
"index.js"
],
"reporter": [
"json",
Expand Down

0 comments on commit 858d475

Please sign in to comment.