Skip to content

Commit

Permalink
fix(github): fix last commit, had to add lib to the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sharvit committed Dec 22, 2018
1 parent c414400 commit b7d95f9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,21 @@
"url": "https://sharvit.github.io"
},
"engines": {
"node": ">=6"
"node": ">=10"
},
"scripts": {
"test": "jest --coverage",
"test:watch": "jest --watch",
"lint": "eslint ./app",
"lint": "eslint ./app ./lib",
"lint:commit": "commitlint -e",
"lint:commit-travis": "commitlint-travis",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"commit": "git-cz",
"semantic-release": "semantic-release"
},
"files": [
"app"
"app",
"lib"
],
"dependencies": {
"@octokit/rest": "^16.3.0",
Expand Down

0 comments on commit b7d95f9

Please sign in to comment.