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

Commit

Permalink
fix: Include lib in release
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Nov 21, 2017
1 parent 68e6b9d commit 29e574c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
}
},
"files": [
"index.js"
"index.js",
"lib"
],
"homepage": "https://github.com/semantic-release/condition-travis#readme",
"keywords": [
Expand All @@ -70,6 +71,7 @@
"main": "index.js",
"nyc": {
"include": [
"lib/**/*.js",
"index.js"
],
"reporter": [
Expand Down Expand Up @@ -99,7 +101,7 @@
"clean": "rimraf coverage && rimraf .nyc_output",
"cm": "git-cz",
"codecov": "codecov -f coverage/coverage-final.json",
"lint": "eslint .",
"lint": "eslint index.js lib",
"pretest": "npm run clean && npm run lint",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "nyc ava -v"
Expand Down

0 comments on commit 29e574c

Please sign in to comment.