File tree Expand file tree Collapse file tree 3 files changed +80
-3086
lines changed Expand file tree Collapse file tree 3 files changed +80
-3086
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88 "lint" : " eslint 'src/**/*.js'" ,
99 "format" : " prettier --write 'src/**/*.js'" ,
1010 "test" : " jest" ,
11- "format:ci" : " prettier --check 'src/**/*.js'" ,
12- "release" : " HUSKY_SKIP_HOOKS=1 CI=true semantic-release && npm publish"
11+ "format:ci" : " prettier --check 'src/**/*.js'"
1312 },
1413 "keywords" : [
1514 " netlify" ,
4342 "devDependencies" : {
4443 "@commitlint/cli" : " ^11.0.0" ,
4544 "@commitlint/config-conventional" : " ^11.0.0" ,
46- "@semantic-release/changelog" : " ^5.0.1" ,
47- "@semantic-release/git" : " ^9.0.0" ,
4845 "eslint" : " ^7.0.0" ,
4946 "husky" : " ^4.0.7" ,
5047 "jest" : " ^26.1.0" ,
51- "prettier" : " ^2.0.0" ,
52- "semantic-release" : " ^17.0.8"
48+ "prettier" : " ^2.0.0"
5349 },
5450 "husky" : {
5551 "hooks" : {
You can’t perform that action at this time.
0 commit comments