Commit 76fa6f5 authored May 11, 2023 Verified
1 parent 4366d32 commit 76fa6f5 Copy full SHA for 76fa6f5
File tree 2 files changed +6
-36
lines changed
2 files changed +6
-36
lines changed Original file line number Diff line number Diff line change 1
- ** /node_modules /
2
- ** /* .log
3
-
4
- # Logs
5
- logs
6
- * .log
7
-
8
- # Runtime data
9
- pids
10
- * .pid
11
- * .seed
12
-
13
- # Directory for instrumented libs generated by jscoverage/JSCover
14
- lib-cov
15
-
16
- # Coverage directory used by tools like istanbul
17
- coverage
18
- .coverage
19
-
20
- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
21
- .grunt
22
-
23
- # node-waf configuration
24
- .lock-wscript
25
-
1
+ node_modules
26
2
build
27
- docs
3
+ dist
28
4
.docs
29
-
30
- # Dependency directory
31
- # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
5
+ .coverage
32
6
node_modules
33
-
34
- dist
35
-
36
- # while testing npm5
37
7
package-lock.json
38
8
yarn.lock
39
- .nyc_output
9
+ .vscode
Original file line number Diff line number Diff line change 17
17
" string"
18
18
],
19
19
"engines" : {
20
- "node" : " >=16 .0.0" ,
21
- "npm" : " >=7.0 .0"
20
+ "node" : " >=18 .0.0" ,
21
+ "npm" : " >=8.6 .0"
22
22
},
23
23
"type" : " module" ,
24
24
"types" : " ./dist/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments