Skip to content

Commit

Permalink
fix: ignored files & fix git url
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloanan committed Jan 19, 2024
1 parent 1b4f96e commit 71cd667
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.config
.github
.all-contributorsrc
.gitattributes
CODE_OF_CONDUCT.md
node_modules
.editorconfig
.gitignore
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/indonesiafurs/style-guide",
"repository": {
"type": "git",
"url": "https://github.com/indonesiafurs/style-guide.git"
"url": "git+https://github.com/indonesiafurs/style-guide.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -77,4 +77,4 @@
"npm": ">=6",
"yarn": ">=1"
}
}
}

0 comments on commit 71cd667

Please sign in to comment.