File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @grnsft/if-core" ,
33 "description" : " If core utilities." ,
4- "version" : " 0.0.4 " ,
4+ "version" : " 0.0.5 " ,
55 "author" : {
66 "name" : " Green Software Foundation" ,
772929 "node" : " >=18" ,
3030 "npm" : " >=8"
3131 },
32+ "files" : [
33+ " dist/**/*"
34+ ],
3235 "homepage" : " https://greensoftware.foundation" ,
3336 "keywords" : [
3437 " carbon" ,
3740 " impact"
3841 ],
3942 "license" : " MIT" ,
40- "main" : " dist /index.js" ,
43+ "main" : " . /index.js" ,
4144 "repository" : {
4245 "url" : " git+https://github.com/Green-Software-Foundation/if-core.git"
4346 },
4447 "scripts" : {
4548 "build" : " npm run clean && tsc --project tsconfig.build.json" ,
46- "clean" : " rimraf build /" ,
49+ "clean" : " rimraf dist /" ,
4750 "fix" : " gts fix" ,
4851 "fix:package" : " fixpack" ,
4952 "lint" : " gts lint" ,
5053 "prepare" : " husky install" ,
5154 "prepublish" : " npm run build" ,
5255 "test" : " jest --verbose"
5356 },
54- "types" : " dist/index.d.ts" ,
55- "typesVersions" : {
56- "*" : {
57- "types" : [
58- " dist/types.d.ts"
59- ]
60- }
61- }
57+ "types" : " ./types.d.ts"
6258}
You can’t perform that action at this time.
0 commit comments