We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d20ac3 commit 9b952b4Copy full SHA for 9b952b4
.npmignore
@@ -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
11
node_modules
12
reports
13
+scripts
14
npm-debug.log
-coverage
-.gitignore
-.DS_Store
15
yarn-error.log
package.json
@@ -58,7 +58,7 @@
58
"ast-types-flow": "0.0.7",
59
"damerau-levenshtein": "^1.0.0",
60
"emoji-regex": "^6.1.0",
61
- "jsx-ast-utils": "^1.0.0"
+ "jsx-ast-utils": "^1.4.0"
62
},
63
"peerDependencies": {
64
"eslint": "^2.10.2 || 3.x"
0 commit comments