Skip to content

Commit a4a9e6d

Browse files
author
Andrii Tiertyshnyi
committed
Add release config
1 parent e97c007 commit a4a9e6d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,3 @@ dist/
4646
node_modules/
4747
yarn.lock
4848
package-lock.json
49-
50-
#npm release config
51-
.npmrc

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@bolteu:registry=https://npm.pkg.github.com/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/bolteu/recyclerlistview"
28+
"url": "git://github.com:bolteu/recyclerlistview.git"
2929
},
3030
"license": "ISC",
3131
"bugs": {

0 commit comments

Comments
 (0)