Skip to content

Commit

Permalink
🚀 Ignore useless files in NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
dbenfouzari committed Aug 20, 2020
1 parent 6c0d01e commit 741dfdf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
src/
index.js
recommended.js
example/
.babelrc
2 changes: 1 addition & 1 deletion example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
to-fast-properties "^2.0.0"

"@dbenfouzari/eslint-config-react-native@file:..":
version "1.0.0"
version "1.0.2"
dependencies:
"@react-native-community/eslint-config" "2.0.0"
eslint-plugin-import "2.22.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dbenfouzari/eslint-config-react-native",
"version": "1.0.1",
"version": "1.0.2",
"description": "React-Native ESLint config",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 741dfdf

Please sign in to comment.