Skip to content

Commit 4eb805e

Browse files
committed
v2.0.1
1 parent e2aca5d commit 4eb805e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-simple-file-input",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Simple wrapper for the HTML input tag and HTML5 FileReader API",
55
"main": "lib/index.js",
66
"scripts": {
@@ -26,8 +26,8 @@
2626
},
2727
"devDependencies": {
2828
"babel-cli": "^6.0.0",
29-
"babel-preset-react": "^6.16.0",
30-
"babel-preset-es2015": "^6.18.0"
29+
"babel-preset-es2015": "^6.18.0",
30+
"babel-preset-react": "^6.16.0"
3131
},
3232
"peerDependencies": {
3333
"react": ">= 0.14.9"

0 commit comments

Comments
 (0)