From aca53ba7c8c8608d6c39d105989a2bc637951c8b Mon Sep 17 00:00:00 2001 From: Dave Lockhart Date: Mon, 6 Dec 2021 09:23:50 -0500 Subject: [PATCH] fix: adding babel/core dependency (#49) --- .../default-content/templates/configured/_package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generators/default-content/templates/configured/_package.json b/src/generators/default-content/templates/configured/_package.json index 660f651..4fe1ade 100644 --- a/src/generators/default-content/templates/configured/_package.json +++ b/src/generators/default-content/templates/configured/_package.json @@ -12,6 +12,7 @@ "author": "D2L Corporation", "license": "Apache-2.0", "devDependencies": { + "@babel/core": "^7", "@babel/eslint-parser": "^7", "@brightspace-ui/stylelint-config": "^0.3", "eslint": "^7",