From 2f9dd6f24904f485c2a044088a0c8c21e0503cfd Mon Sep 17 00:00:00 2001 From: Matty Goo Date: Tue, 2 Jan 2018 17:11:58 -0800 Subject: [PATCH] fix(text-field): allow commit message text-field with dash (#1850) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 908b3193b06..8f130fd6364 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "snackbar", "switch", "tabs", - "textfield", + "text-field", "theme", "toolbar", "typography",