File tree 2 files changed +2
-17
lines changed
2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build() {
12
12
rm -rfv dist
13
13
mkdir dist
14
14
cp -rfv src/* .ts dist
15
- cat tsconfig.json | jq ' del(.include, .compilerOptions.outDir)' > dist/tsconfig.json
15
+ cat tsconfig.json | jq ' del(.include, .compilerOptions.outDir)' > dist/tsconfig.json
16
16
cp -fv README.md LICENSE package.json dist
17
17
cd dist
18
18
/usr/bin/find . -name ' *.spec.ts' | xargs rm -rvf
@@ -22,14 +22,6 @@ build() {
22
22
set +x
23
23
}
24
24
25
- commit_msg () {
26
- if git-branch-is -q -r " ^(master)" ; then
27
- commitlint -E HUSKY_GIT_PARAMS
28
- else
29
- true
30
- fi
31
- }
32
-
33
25
commit_lint () {
34
26
set -x
35
27
from=$( git_last_release_tag)
Original file line number Diff line number Diff line change 41
41
"url" : " https://github.com/unlight/tailwind-float-label/issues"
42
42
},
43
43
"homepage" : " https://github.com/unlight/tailwind-float-label#readme" ,
44
- "husky" : {
45
- "hooks" : {
46
- "pre-commit" : " precise-commits" ,
47
- "pre-push" : " npm run test" ,
48
- "commit-msg" : " sh Taskfile commit_msg"
49
- }
50
- },
51
44
"devDependencies" : {
52
45
"@commitlint/cli" : " ^11.0.0" ,
53
46
"@commitlint/config-conventional" : " ^11.0.0" ,
77
70
"eslint-plugin-unicorn" : " ^22.0.0" ,
78
71
"eslint-plugin-wix-editor" : " ^3.2.0" ,
79
72
"git-branch-is" : " ^4.0.0" ,
80
- "husky" : " ^4.3.0" ,
81
73
"lite-server" : " ^2.5.4" ,
82
74
"mocha" : " ^8.1.3" ,
83
75
"npm-run-all" : " ^4.1.5" ,
89
81
"simplytyped" : " ^3.3.0" ,
90
82
"tailwindcss" : " ^1.8.13" ,
91
83
"ts-node" : " ^9.0.0" ,
84
+ "tslib" : " ^2.2.0" ,
92
85
"typescript" : " ^4.0.3" ,
93
86
"watchexec-bin" : " ^1.0.0"
94
87
}
You can’t perform that action at this time.
0 commit comments