Skip to content

Commit fa8091c

Browse files
committed
chore: add license to package.jsons
1 parent 723bbf5 commit fa8091c

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

packages/topojson-schema/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
"name": "@sruenwg/topojson-schema",
33
"version": "0.1.0",
4+
"license": "MIT",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/sruenwg/topojson-validation.git",
8+
"directory": "packages/topojson-schema"
9+
},
410
"type": "module",
511
"exports": {
612
"./draft-07": "./dist/schemas/draft-07/index.js"
713
},
814
"files": [
915
"dist"
1016
],
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/sruenwg/topojson-validation.git",
14-
"directory": "packages/topojson-schema"
15-
},
1617
"scripts": {
1718
"build": "bun run ./build/generate-schemas.ts && bun run ./build/generate-exports.ts",
1819
"test": "vitest"
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@sruenwg/topojson-tests",
33
"version": "0.1.0",
4-
"type": "module",
5-
"exports": "./index.js",
4+
"license": "MIT",
65
"repository": {
76
"type": "git",
87
"url": "https://github.com/sruenwg/topojson-validation.git",
98
"directory": "packages/topojson-tests"
10-
}
9+
},
10+
"type": "module",
11+
"exports": "./index.js"
1112
}

packages/topojson-valibot/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
22
"name": "@sruenwg/topojson-valibot",
33
"version": "0.1.0",
4+
"license": "MIT",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/sruenwg/topojson-validation.git",
8+
"directory": "packages/topojson-valibot"
9+
},
410
"type": "module",
511
"exports": "./dist/index.js",
612
"types": "./dist/index.d.ts",
713
"files": [
814
"dist"
915
],
10-
"repository": {
11-
"type": "git",
12-
"url": "https://github.com/sruenwg/topojson-validation.git",
13-
"directory": "packages/topojson-valibot"
14-
},
1516
"scripts": {
1617
"build": "tsc",
1718
"test": "vitest"

0 commit comments

Comments
 (0)