mirror of
https://github.com/kunkunsh/kunkun-ext-image-processing.git
synced 2025-04-03 18:06:42 +00:00
fix: add .npmrc to deno-src to fix @jsr npm scope problem
All imports in deno typescript file are auto converted to npm packages under @jsr scope. This requires mapping scope to jsr's registry
This commit is contained in:
parent
031ec8f25a
commit
0c7da3ca30
2
deno-src/.npmrc
Normal file
2
deno-src/.npmrc
Normal file
@ -0,0 +1,2 @@
|
||||
engine-strict=true
|
||||
@jsr:registry=https://npm.jsr.io
|
5
jsr.json
5
jsr.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kunkun/ext-image-processing",
|
||||
"version": "0.0.10",
|
||||
"version": "0.0.11",
|
||||
"license": "MIT",
|
||||
"exports": "./mod.ts",
|
||||
"publish": {
|
||||
@ -12,7 +12,8 @@
|
||||
"README.md",
|
||||
"LICENSE",
|
||||
"deno-src",
|
||||
"src/types.ts"
|
||||
"src/types.ts",
|
||||
".npmrc"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.kunkun.sh",
|
||||
"name": "image-processing",
|
||||
"version": "0.0.10",
|
||||
"version": "0.0.11",
|
||||
"kunkun": {
|
||||
"name": "Image Processing",
|
||||
"shortDescription": "Image Processing",
|
||||
|
Loading…
x
Reference in New Issue
Block a user