Skip to content

Commit

Permalink
feat: add npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Yozhef committed Dec 6, 2021
1 parent 21e8d09 commit d099198
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
/composer.lock
/build/
/.phpunit.result.cache

/node_modules/
/package-lock.json
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "behat-messenger-context",
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"husky": "^4.3.0",
"semantic-release": "^17.4.4"
},
"husky": {
"hooks": {
"commit-msg": "commitlint --verbose -E HUSKY_GIT_PARAMS"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/MacPaw/BehatMessengerContext.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/MacPaw/BehatMessengerContext/issues"
},
"homepage": "https://github.com/MacPaw/BehatMessengerContext#readme"
}

0 comments on commit d099198

Please sign in to comment.