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 f617f70 commit ba295d8Copy full SHA for ba295d8
.npmignore
@@ -1,6 +1,4 @@
1
node_modules
2
reports
3
-npm-debug.log
4
coverage
5
.gitignore
6
-.DS_Store
package.json
@@ -3,6 +3,9 @@
"version": "1.3.5",
"description": "AST utility module for statically analyzing JSX",
"main": "lib/index.js",
+ "files": [
7
+ "lib"
8
+ ],
9
"scripts": {
10
"build": "rimraf lib && babel src --out-dir lib",
11
"prepublish": "npm run lint && npm run test && npm run build",
0 commit comments