Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Update package.json (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
msrose committed Apr 23, 2019
1 parent 1e4c899 commit 05679d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .yvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.15.2
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@
"description": "commit message status check for continuous integration",
"main": "index.js",
"repository": "git@github.com:tophat/commit-watch.git",
"author": "Shouvik DCosta <shouvik.dcosta@tophatmonocle.com>",
"author": "Top Hat Monocle Corp. <opensource@tophat.com>",
"license": "MIT",
"bin": "./src/index.js",
"devDependencies": {
"@tophat/eslint-config": "^0.1.4"
},
"dependencies": {
"@babel/core": "^7.4.3",
"@commitlint/lint": "^7.5.2",
"@commitlint/read": "^7.5.0",
"all-contributors-cli": "^6.3.1",
"axios": "^0.18.0",
"@tophat/eslint-config": "^0.1.4",
"babel-eslint": "^10.0.1",
"chalk": "^2.4.2",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-utils": "^1.3.1",
"junit-report-builder": "^1.3.2",
"lodash": "^4.17.11",
"prettier": "^1.17.0"
},
"dependencies": {
"@commitlint/lint": "^7.5.2",
"@commitlint/read": "^7.5.0",
"axios": "^0.18.0",
"chalk": "^2.4.2",
"junit-report-builder": "^1.3.2",
"lodash": "^4.17.11"
}
}

0 comments on commit 05679d7

Please sign in to comment.