Skip to content

Commit 4041f4c

Browse files
committed
edited .gitignore & package.json
1 parent 995399d commit 4041f4c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/.idea
22
.DS_Store
3+
.npmrc

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://npm.pkg.github.com/kakadu-dev

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
33
"version": "1.0.0",
44
"description": "Eslint configuration for ReactJS applications",
55
"main": "index.js",
6+
"publishConfig": {
7+
"registry": "https://npm.pkg.github.com/"
8+
},
69
"scripts": {
710
"test": "echo \"Error: no test specified\" && exit 1"
811
},
912
"repository": {
1013
"type": "git",
14+
1115
"url": "git+ssh://git@github.com/kakadu-dev/eslint-config-react-js.git"
1216
},
1317
"keywords": [

0 commit comments

Comments
 (0)