From 90dd0c0c8c9a85446a90475e5d1378e07903ecc1 Mon Sep 17 00:00:00 2001 From: Alistair Laing Date: Fri, 21 Jun 2019 12:04:53 +0100 Subject: [PATCH] Update the main entry point in package.json --- package/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/package.json b/package/package.json index 1fa8f14a55..9ac7bfd0dd 100644 --- a/package/package.json +++ b/package/package.json @@ -2,8 +2,8 @@ "name": "govuk-frontend", "description": "GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.", "version": "2.13.0", - "main": "all.js", - "sass": "all.scss", + "main": "govuk/all.js", + "sass": "govuk/all.scss", "engines": { "node": ">= 4.2.0" },