Skip to content

Commit

Permalink
Merge pull request #3 from doximity/release
Browse files Browse the repository at this point in the history
🔧 Configure release script
  • Loading branch information
markbrouch authored Dec 23, 2019
2 parents 281b471 + 22f174c commit 6c84cf1
Show file tree
Hide file tree
Showing 2 changed files with 1,020 additions and 26 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-generate-todo",
"version": "0.0.0",
"version": "0.1.1",
"description": "Tool for generating eslint todo files",
"main": "dist/index.js",
"engines": {
Expand All @@ -12,6 +12,7 @@
"format": "yarn prettier --write",
"lint": "eslint . --ext .js,.ts",
"prettier": "prettier \"{src,bin}/**\"",
"release": "np --any-branch",
"test": "jest"
},
"bin": {
Expand Down Expand Up @@ -51,6 +52,7 @@
"husky": "^3.1.0",
"jest": "^24.9.0",
"nodemon": "^2.0.2",
"np": "^5.2.1",
"precise-commits": "^1.0.2",
"prettier": "^1.19.1",
"ts-jest": "^24.2.0",
Expand Down
Loading

0 comments on commit 6c84cf1

Please sign in to comment.