Skip to content

Commit 66198a5

Browse files
committed
feat: npm file list
1 parent 1b6a53a commit 66198a5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
}
1111
],
1212
"description": "Collection of types",
13+
"files": [
14+
"index.ts",
15+
"number/float-range.type.ts",
16+
"number/integer-32.type.ts",
17+
"number/integer-64.type.ts",
18+
"number/integer-range.type.ts",
19+
"number/numeric.type.ts",
20+
"string/string-date.type.ts",
21+
"string/string-of-length.type.ts",
22+
"string/string-varying.type.ts",
23+
"string/uuid.type.ts"
24+
],
1325
"keywords": [
1426
"types",
1527
"typescript",
@@ -19,6 +31,7 @@
1931
],
2032
"license": "MIT",
2133
"main": "index.ts",
34+
"module": "./index.ts",
2235
"name": "@corefunc/type",
2336
"private": false,
2437
"repository": {
@@ -28,6 +41,7 @@
2841
"scripts": {
2942
"test": "echo \"Error: no test specified\" && exit 1"
3043
},
44+
"types": "./index.ts",
3145
"version": "1.0.0",
3246
"dependencies": {
3347
"class-validator": "0.13.1"

0 commit comments

Comments
 (0)