File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-regex-builder" ,
3
3
"version" : " 1.5.0" ,
4
- "description" : " TypeScript adaptation of Swift Regex Builder API " ,
5
- "main" : " lib/commonjs/index" ,
6
- "module" : " lib/module/index" ,
4
+ "description" : " Maintainable regular expressions for TypeScript and JavaScript. " ,
5
+ "main" : " lib/commonjs/index.js " ,
6
+ "module" : " lib/module/index.js " ,
7
7
"types" : " lib/typescript/src/index.d.ts" ,
8
8
"source" : " src/index" ,
9
9
"sideEffects" : false ,
17
17
],
18
18
"exports" : {
19
19
"." : {
20
- "require" : " ./lib/commonjs/index" ,
21
- "import" : " ./lib/module/index" ,
20
+ "require" : " ./lib/commonjs/index.js " ,
21
+ "import" : " ./lib/module/index.js " ,
22
22
"types" : " ./lib/typescript/src/index.d.ts"
23
23
},
24
24
"./patterns" : {
25
- "require" : " ./lib/commonjs/patterns/index" ,
26
- "import" : " ./lib/module/patterns/index" ,
25
+ "require" : " ./lib/commonjs/patterns/index.js " ,
26
+ "import" : " ./lib/module/patterns/index.js " ,
27
27
"types" : " ./lib/typescript/src/patterns/index.d.ts"
28
28
}
29
29
},
You can’t perform that action at this time.
0 commit comments