Skip to content

Commit a0b6919

Browse files
authored
Merge pull request #4 from indivorg/normalize-pkg
chore: normalize package.json
2 parents 2bb113d + ffa94ff commit a0b6919

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,24 @@
22
"name": "@indivorg/utils",
33
"version": "1.0.0",
44
"description": "Collection of reusable functions",
5-
"publishConfig": {
6-
"access": "public"
7-
},
85
"keywords": [
96
"utils",
107
"indiv"
118
],
12-
"files": [
13-
"dist/"
14-
],
9+
"repository": "github:indivorg/utils",
10+
"license": "Apache-2.0",
11+
"author": "Bjerk AS / Indiv AS",
1512
"main": "./dist/cjs/main.js",
16-
"types": "./dist/esm/main.d.ts",
1713
"module": "./dist/esm/main.js",
1814
"source": "src/main.ts",
19-
"author": "Bjerk AS / Indiv AS",
20-
"license": "Apache-2.0",
21-
"repository": "indivorg/utils",
15+
"types": "./dist/esm/main.d.ts",
16+
"files": [
17+
"dist/"
18+
],
19+
"scripts": {
20+
"build": "tsc && tsc -p tsconfig.cjs.json",
21+
"test": "jest --coverage"
22+
},
2223
"devDependencies": {
2324
"@types/faker": "^5.5.7",
2425
"@types/jest": "^26.0.24",
@@ -28,12 +29,11 @@
2829
"ts-jest": "^27.0.4",
2930
"typescript": "^4"
3031
},
32+
"publishConfig": {
33+
"access": "public"
34+
},
3135
"volta": {
3236
"node": "14.15.0",
3337
"yarn": "1.22.10"
34-
},
35-
"scripts": {
36-
"build": "tsc && tsc -p tsconfig.cjs.json",
37-
"test": "jest --coverage"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)