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 8
8
"lint" : " eslint 'src/**/*.js'" ,
9
9
"format" : " prettier --write 'src/**/*.js'" ,
10
10
"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'"
13
12
},
14
13
"keywords" : [
15
14
" netlify" ,
43
42
"devDependencies" : {
44
43
"@commitlint/cli" : " ^11.0.0" ,
45
44
"@commitlint/config-conventional" : " ^11.0.0" ,
46
- "@semantic-release/changelog" : " ^5.0.1" ,
47
- "@semantic-release/git" : " ^9.0.0" ,
48
45
"eslint" : " ^7.0.0" ,
49
46
"husky" : " ^4.0.7" ,
50
47
"jest" : " ^26.1.0" ,
51
- "prettier" : " ^2.0.0" ,
52
- "semantic-release" : " ^17.0.8"
48
+ "prettier" : " ^2.0.0"
53
49
},
54
50
"husky" : {
55
51
"hooks" : {
You can’t perform that action at this time.
0 commit comments