File tree Expand file tree Collapse file tree 4 files changed +16
-9
lines changed Expand file tree Collapse file tree 4 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 17
17
_. *
18
18
* .pem
19
19
.bak
20
+ * .tgz
20
21
21
22
# yarn caches
22
23
.yarn /*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " songlyrics" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 2.3.2 " ,
4
4
"description" : " Find a lyrics just enter the song title" ,
5
5
"keywords" : [
6
6
" lyrics" ,
13
13
"build" : " rimraf ./build && tsc" ,
14
14
"pretty" : " prettier --write ." ,
15
15
"lint" : " eslint . --ext .ts" ,
16
- "prepare" : " husky install"
16
+ "prepare" : " husky install && yarn build"
17
+ },
18
+ "main" : " ./build/index.js" ,
19
+ "types" : " ./build/index.d.ts" ,
20
+ "files" : [
21
+ " /build"
22
+ ],
23
+ "repository" : {
24
+ "type" : " git" ,
25
+ "url" : " https://github.com/vookav2/songlyrics"
17
26
},
18
- "main" : " build/index.js" ,
19
- "typings" : " build/index.d.ts" ,
20
- "repository" : " git@github.com:vookav2/songlyrics.git" ,
21
27
"author" : " mr687 <davinomoehdanino@gmail.com>" ,
22
28
"license" : " MIT" ,
23
29
"dependencies" : {
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"target" : " ES6" ,
4
4
"module" : " CommonJS" ,
5
+ "lib" : [" es6" , " dom" ],
5
6
"moduleResolution" : " Node" ,
6
7
"declaration" : true ,
7
8
"outDir" : " ./build" ,
9
+ "declarationDir" : " ./build" ,
8
10
"esModuleInterop" : true ,
9
11
"strict" : true ,
10
- "alwaysStrict" : true ,
11
- "skipLibCheck" : true ,
12
- "noImplicitAny" : true
12
+ "skipLibCheck" : true
13
13
},
14
14
"include" : [" src" ],
15
- "exclude" : [" node_modules" ]
15
+ "exclude" : [" node_modules" , " build " ]
16
16
}
You can’t perform that action at this time.
0 commit comments