From 93b26ac8ba1a27dcad23f5c534df03d0d7287d68 Mon Sep 17 00:00:00 2001 From: FrankQiu Date: Thu, 26 Nov 2020 15:24:07 +0800 Subject: [PATCH] fix: fixed the type error (#1708) --- test/esinstall/include-without-extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/esinstall/include-without-extension/package.json b/test/esinstall/include-without-extension/package.json index 797186cf70..f7dbf182e2 100644 --- a/test/esinstall/include-without-extension/package.json +++ b/test/esinstall/include-without-extension/package.json @@ -1,6 +1,6 @@ { "private": true, - "name": "@snowpack/test-inlcude-without-extension", + "name": "@snowpack/test-include-without-extension", "version": "1.0.0", "scripts": { "testinstall": "snowpack"