Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit d77815e

Browse files
committed
fix: move uint8-base64 to dependencies
1 parent 67ee781 commit d77815e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@
3434
"tsc-cjs": "tsc --project tsconfig.cjs.json && echo '{\"type\":\"commonjs\"}' > lib-cjs/package.json",
3535
"tsc-esm": "tsc --project tsconfig.esm.json"
3636
},
37-
"repository": {
38-
"type": "git",
39-
"url": "git+https://github.com/image-js/image-js.git"
40-
},
41-
"bugs": {
42-
"url": "https://github.com/image-js/image-js/issues"
43-
},
44-
"homepage": "https://github.com/image-js/image-js#readme",
4537
"dependencies": {
4638
"bresenham-zingl": "^0.2.0",
4739
"colord": "^2.9.3",
@@ -62,7 +54,8 @@
6254
"robust-point-in-polygon": "^1.0.3",
6355
"ssim.js": "^3.5.0",
6456
"tiff": "^6.1.1",
65-
"ts-pattern": "^5.6.1"
57+
"ts-pattern": "^5.6.1",
58+
"uint8-base64": "^1.0.0"
6659
},
6760
"devDependencies": {
6861
"@microsoft/api-extractor": "^7.49.1",
@@ -93,8 +86,15 @@
9386
"rimraf": "^6.0.1",
9487
"tailwindcss": "^3.4.17",
9588
"typescript": "~5.7.3",
96-
"uint8-base64": "^1.0.0",
9789
"vite": "^6.0.8",
9890
"vitest": "^2.1.8"
99-
}
91+
},
92+
"repository": {
93+
"type": "git",
94+
"url": "git+https://github.com/image-js/image-js.git"
95+
},
96+
"bugs": {
97+
"url": "https://github.com/image-js/image-js/issues"
98+
},
99+
"homepage": "https://github.com/image-js/image-js#readme"
100100
}

0 commit comments

Comments
 (0)