Skip to content

Commit 98461b6

Browse files
chore(release): v0.0.5 ✨
1 parent 168f8ed commit 98461b6

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

package.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
77
"email": "[email protected]"
@@ -29,6 +29,9 @@
2929
"node": ">=18",
3030
"npm": ">=8"
3131
},
32+
"files": [
33+
"dist/**/*"
34+
],
3235
"homepage": "https://greensoftware.foundation",
3336
"keywords": [
3437
"carbon",
@@ -37,26 +40,19 @@
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
}

0 commit comments

Comments
 (0)