From 7aab00fcdd8100ebc69a910131777e8b39aee21a Mon Sep 17 00:00:00 2001 From: Matt Brookes Date: Wed, 18 Nov 2015 10:53:56 +0000 Subject: [PATCH 1/2] Remove blank line from "scripts" --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index f7b3b7c..e5e712e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "babel": "^5.0.0" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "babel ./src -d ./lib" }, From 6a82d5bc418d5ff3426eea6a0d8a437351eadc17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Re=C3=A9?= Date: Fri, 27 Nov 2015 12:41:09 +0100 Subject: [PATCH 2/2] Fix typo in example code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25fdad0..f8a6ed7 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ const Form = React.createClass({ getInitialState: function () { return { - canSumbit: false + canSubmit: false }; }, @@ -175,4 +175,4 @@ See [CHANGELOG.md](https://github.com/mbrookes/formsy-material-ui/blob/master/CH Originally based on an example by [Ryan Blakeley](https://github.com/rblakeley). -Thanks to our [contributors](https://github.com/mbrookes/formsy-material-ui/graphs/contributors). \ No newline at end of file +Thanks to our [contributors](https://github.com/mbrookes/formsy-material-ui/graphs/contributors).