File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 42
42
"default" : " ./styles.d.ts"
43
43
}
44
44
},
45
+ "./locale" : {
46
+ "import" : " ./locale.js" ,
47
+ "require" : " ./locale.cjs.js" ,
48
+ "types" : {
49
+ "default" : " ./locale.d.ts"
50
+ }
51
+ },
45
52
"./stylesheet.json" : " ./stylesheet.json" ,
46
53
"./package.json" : " ./package.json"
47
54
},
48
55
"files" : [
49
56
" index*" ,
50
57
" types*" ,
51
58
" styles*" ,
59
+ " locale*" ,
52
60
" LICENSE" ,
53
61
" metadata" ,
54
62
" README.md" ,
58
66
"scripts" : {
59
67
"rename" : " bash -c 'for file in *.js; do mv $file \" ${file%.js}.$0.js\" ; done'" ,
60
68
"build" : " tsc --module commonjs && npm run rename -- cjs && tsc --declaration" ,
61
- "prebuild" : " rm -r metadata stylesheet.json index* types* styles* || true" ,
69
+ "prebuild" : " rm -r metadata stylesheet.json index* locale* types* styles* || true" ,
62
70
"postbuild" : " cp resources/stylesheet.json stylesheet.json" ,
63
71
"test" : " jest --config jestconfig.json"
64
72
},
You can’t perform that action at this time.
0 commit comments