From 37be5b43eedea5893d1144bac0b27b0741a828c3 Mon Sep 17 00:00:00 2001 From: chuqiuyu Date: Sun, 12 Jun 2022 22:30:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'package.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index eedd2059..00000000 --- a/package.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "scripts": { - "sass": "npx dart-sass sass/style.scss css/style.css", - "server": "npx browser-sync start --server --no-notify --files \"css/*.css\" --files \"js/*.js\" --files \"html/*.html\" --startPath \"/html/\"" - }, - "dependencies": { - "browser-sync": "^2.26.7", - "dart-sass": "^1.25.0" - } -}