File tree 1 file changed +29
-1
lines changed
1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " classnames" ,
3
3
"version" : " 2.4.0" ,
4
4
"description" : " A simple utility for conditionally joining classNames together" ,
5
- "main" : " index.js" ,
6
5
"author" : " Jed Watson" ,
7
6
"license" : " MIT" ,
8
7
"repository" : {
9
8
"type" : " git" ,
10
9
"url" : " https://github.com/JedWatson/classnames.git"
11
10
},
11
+ "type" : " commonjs" ,
12
+ "main" : " ./index.js" ,
12
13
"types" : " ./index.d.ts" ,
14
+ "exports" : {
15
+ "./package.json" : " ./package.json" ,
16
+ "." : {
17
+ "types" : " ./index.d.ts" ,
18
+ "default" : " ./index.js"
19
+ },
20
+ "./index.js" : {
21
+ "types" : " ./index.d.ts" ,
22
+ "default" : " ./index.js"
23
+ },
24
+ "./bind" : {
25
+ "types" : " ./bind.d.ts" ,
26
+ "default" : " ./bind.js"
27
+ },
28
+ "./bind.js" : {
29
+ "types" : " ./bind.d.ts" ,
30
+ "default" : " ./bind.js"
31
+ },
32
+ "./dedupe" : {
33
+ "types" : " ./dedupe.d.ts" ,
34
+ "default" : " ./dedupe.js"
35
+ },
36
+ "./dedupe.js" : {
37
+ "types" : " ./dedupe.d.ts" ,
38
+ "default" : " ./dedupe.js"
39
+ }
40
+ },
13
41
"scripts" : {
14
42
"test" : " node --test ./tests/*.mjs" ,
15
43
"check-types" : " tsd"
You can’t perform that action at this time.
0 commit comments