File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2022 Stian Didriksen
3
+ Copyright (c) 2022 Cody Olsen
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 32
32
" typings" ,
33
33
" umd"
34
34
],
35
+ "exports" : {
36
+ "." : {
37
+ "types" : " ./typings/index.d.ts" ,
38
+ "source" : " ./src/index.ts" ,
39
+ "import" : " ./es/index.js" ,
40
+ "require" : " ./index.js" ,
41
+ "default" : " ./es/index.js"
42
+ },
43
+ "./package.json" : " ./package.json"
44
+ },
35
45
"scripts" : {
36
46
"prebuild" : " npm run clean" ,
37
47
"build" : " npm run build:d.ts && npm run build:cjs && npm run build:es && npm run build:umd && npm run build:umd.min" ,
You can’t perform that action at this time.
0 commit comments