diff options
author | Francesco Cioria <firefelix@gmail.com> | 2017-07-03 12:27:27 +0200 |
---|---|---|
committer | Francesco Cioria <firefelix@gmail.com> | 2017-07-03 12:27:51 +0200 |
commit | 98ec6c4e7873f37f56a95e61178d71c780abdfd1 (patch) | |
tree | ce038d3022f20608825a9a04004088ed2f1b65d7 /index.js | |
parent | a12fd0f61613784fa5ddb97d462a98944da052db (diff) | |
download | react-autosize-textarea-98ec6c4e7873f37f56a95e61178d71c780abdfd1.zip react-autosize-textarea-98ec6c4e7873f37f56a95e61178d71c780abdfd1.tar.gz react-autosize-textarea-98ec6c4e7873f37f56a95e61178d71c780abdfd1.tar.bz2 |
fix typings and revert packageJson.main to "lib"
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/index.js b/index.js deleted file mode 100644 index bb0a047..0000000 --- a/index.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./lib'); |