8000 Command updates · ushmm/github-pages-deploy-action@34bd9b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 34bd9b9

Browse files
committed
Command updates
1 parent 7ce04f0 commit 34bd9b9

File tree

2 files changed

+16
-125
lines changed

2 files changed

+16
-125
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "rimraf lib && tsc --declaration",
1111
"test": "jest",
1212
"lint": "eslint src/**/*.ts __tests__/**/*.ts",
13-
"format": "prettier --write './**/*.ts'"
13+
"lint:format": "prettier --write './**/*.ts'"
1414
},
1515
"repository": {
1616
"type": "git",
@@ -44,11 +44,11 @@
4444
"eslint": "7.23.0",
4545
"eslint-plugin-github": "4.1.2",
4646
"eslint-plugin-jest": "24.3.2",
47-
"eslint-plugin-prettier": "^3.1.2",
47+
"eslint-plugin-prettier": "3.1.2",
4848
"jest": "26.6.3",
4949
"jest-circus": "26.6.3",
5050
"prettier": "2.2.1",
51-
"rimraf": "^3.0.2",
51+
"rimraf": "3.0.2",
5252
"ts-jest": "26.5.4",
5353
"typescript": "4.2.3"
5454
}

0 commit comments

Comments
 (0)
0