diff --git a/.gitignore b/.gitignore index 414322a..9275a29 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,9 @@ build/Release # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git node_modules +# NPM registry indicator +.npmrc + # Built docs dist-docs diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 41583e3..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -@jsr:registry=https://npm.jsr.io diff --git a/deno.json b/deno.json index 302e99c..8d82ad9 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@hexagon/croner", - "version": "9.0.0", + "version": "9.0.1-dev.0", "exports": "./src/croner.ts", "lint": { "include": ["src", "build"] @@ -28,6 +28,6 @@ "esbuild-plugin-d.ts": "npm:esbuild-plugin-d.ts@~1.3.1" }, "publish": { - "exclude": ["build", "dist", "docs", "test", "package.json", ".github"] + "exclude": ["build", "docs", "test", ".github", ".gitattributes", "croner.png", "SECURITY.md"] } }