Skip to content

Commit 9b952b4

Browse files
committed
Update the .npmignore and package.json
1 parent 6d20ac3 commit 9b952b4

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.npmignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
.babelrc
2+
.DS_Store
3+
.eslintrc
4+
.eslintignore
5+
.flowconfig
6+
.gitignore
7+
.npmrc
8+
.travis.yml
9+
coverage
10+
flow
111
node_modules
212
reports
13+
scripts
314
npm-debug.log
4-
coverage
5-
.gitignore
6-
.DS_Store
715
yarn-error.log

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"ast-types-flow": "0.0.7",
5959
"damerau-levenshtein": "^1.0.0",
6060
"emoji-regex": "^6.1.0",
61-
"jsx-ast-utils": "^1.0.0"
61+
"jsx-ast-utils": "^1.4.0"
6262
},
6363
"peerDependencies": {
6464
"eslint": "^2.10.2 || 3.x"

0 commit comments

Comments
 (0)