From 1d57ca384fd41ae13a2d970502da5c17a7baf6d1 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Fri, 12 May 2017 10:25:38 +0100 Subject: [PATCH] Remove vue-class-component dependency, because we're only referencing vue-property-decorator directly --- templates/VueSpa/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/VueSpa/package.json b/templates/VueSpa/package.json index 57e71e0..e0674ee 100644 --- a/templates/VueSpa/package.json +++ b/templates/VueSpa/package.json @@ -16,7 +16,6 @@ "typescript": "^2.2.1", "url-loader": "^0.5.7", "vue": "^2.2.2", - "vue-class-component": "^5.0.1", "vue-loader": "^11.1.4", "vue-property-decorator": "^5.0.1", "vue-router": "^2.3.0",