Skip to content

Commit d2abe40

Browse files
authored
Merge pull request #52 from sottar/use-github-packages
chore: use github package
2 parents 0696a87 + bc198d9 commit d2abe40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-image-resizer",
2+
"name": "@sottar/react-image-resizer",
33
"description": "react image resizer",
44
"version": "1.3.0",
55
"main": "lib/index.js",
@@ -61,5 +61,8 @@
6161
},
6262
"jest": {
6363
"testEnvironment": "node"
64+
},
65+
"publishConfig": {
66+
"registry": "https://npm.pkg.github.com/"
6467
}
6568
}

0 commit comments

Comments
 (0)