Skip to content

Commit c812330

Browse files
committed
npmrc
1 parent 1f30bcc commit c812330

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
!.gitignore
55
!deno.json
66
!package.json
7+
!.npmrc
78
!README.md
89
!LICENSE
910
!mod.ts

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@jsr:registry=https://npm.jsr.io

deno.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@dbushell/hmmarkdown",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"exports": {
55
".": "./mod.ts",
66
"./types": "./src/types.ts"
77
},
88
"publish": {
99
"include": ["src", "mod.ts", "deno.json", "LICENSE", "README.md"],
10-
"exclude": [".github", "test", "package.json"]
10+
"exclude": [".github", "test", "package.json", ".npmrc"]
1111
},
1212
"lint": {
1313
"include": ["**/*.ts"]

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dbushell/hmmarkdown",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/dbushell/hmmarkdown.git"
@@ -21,6 +21,7 @@
2121
"src",
2222
"mod.ts",
2323
"package.json",
24+
".npmrc",
2425
"LICENSE",
2526
"README.md"
2627
],

0 commit comments

Comments
 (0)