Skip to content

Commit

Permalink
Command updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Apr 4, 2021
1 parent 7ce04f0 commit 34bd9b9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 125 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "rimraf lib && tsc --declaration",
"test": "jest",
"lint": "eslint src/**/*.ts __tests__/**/*.ts",
"format": "prettier --write './**/*.ts'"
"lint:format": "prettier --write './**/*.ts'"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,11 +44,11 @@
"eslint": "7.23.0",
"eslint-plugin-github": "4.1.2",
"eslint-plugin-jest": "24.3.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-prettier": "3.1.2",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"prettier": "2.2.1",
"rimraf": "^3.0.2",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"typescript": "4.2.3"
}
Expand Down
Loading

0 comments on commit 34bd9b9

Please sign in to comment.