diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..f243a17 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=https://npm.flatt.tech diff --git a/package.json b/package.json index 61e7dbf..25f19bf 100644 --- a/package.json +++ b/package.json @@ -59,5 +59,8 @@ }, "engines": { "node": ">=18" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org" } } \ No newline at end of file