Skip to content

Commit

Permalink
fix: ignores and rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravi Kallan authored and Ravi Kallan committed Jun 2, 2020
1 parent 68aeec9 commit 4eb6609
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Auto detect text files and perform LF normalization
* text=auto

*.gitattributes text
.gitignore text
*.md text
*.mdx text

*.sh text eol=lf

.gitattributes export-ignore
.gitignore export-ignore

*.gitattributes linguist-language=gitattributes
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node_modules
**/node_modules
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.*

**/node_modules/**
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ module.exports = {
semi: false,
};
```

run `npx sort-package-json` to sort package.json

run `npx npm-check-updates` to check for package updates
35 changes: 35 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"license": "MIT",
"author": "Ravi Kallan <r.kallan@upcmail.nl>",
"main": "index.json",
"scripts": {
"sort-packagejson": " npx sort-package-json"
},
"dependencies": {
"@prettier/plugin-xml": "~0.7.2"
},
Expand Down

0 comments on commit 4eb6609

Please sign in to comment.