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 8dbade1 commit 29af186Copy full SHA for 29af186
.gitattributes
@@ -0,0 +1 @@
1
+* text=auto
.gitignore
@@ -1,8 +1,5 @@
-node_modules
2
-components
+.DS_Store
+*.log
3
example/bundle.js
4
-example/node_modules
5
-example/.git
6
-example/npm-debug.log
7
lib
8
-npm-debug.log
+node_modules
.npmignore
package.json
@@ -38,5 +38,9 @@
38
"react": "^15.3.1",
39
"react-dom": "^15.3.1",
40
"watchify": "^3.7.0"
41
- }
+ },
42
+ "files": [
43
+ "lib/calculateNodeHeight.js",
44
+ "lib/TextareaAutosize.js"
45
+ ]
46
}
0 commit comments