From 7080f80ee7cb5b14834a836d37d46ff4e2505e95 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sat, 14 Jul 2018 18:36:25 -0400 Subject: [PATCH] Remove update+version commands --- lib/src/commands/commands.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/src/commands/commands.dart b/lib/src/commands/commands.dart index 70a559de..08595fbc 100644 --- a/lib/src/commands/commands.dart +++ b/lib/src/commands/commands.dart @@ -5,6 +5,4 @@ export "key.dart"; export "init.dart"; export "install.dart"; export "make.dart"; -export "rename.dart"; -export 'update.dart'; -export 'version.dart'; \ No newline at end of file +export "rename.dart"; \ No newline at end of file