From d9d212ca3f3251fa1c4c939e85f0a4965c760194 Mon Sep 17 00:00:00 2001 From: Matheus Afonso Martins Moreira Date: Sun, 27 Aug 2023 08:11:26 -0300 Subject: [PATCH] pug: move index.js to package root Why is it in lib? I dunno. --- packages/pug/{lib => }/index.js | 0 packages/pug/package.json | 4 ---- 2 files changed, 4 deletions(-) rename packages/pug/{lib => }/index.js (100%) diff --git a/packages/pug/lib/index.js b/packages/pug/index.js similarity index 100% rename from packages/pug/lib/index.js rename to packages/pug/index.js diff --git a/packages/pug/package.json b/packages/pug/package.json index a5e3360c..e3b754ce 100644 --- a/packages/pug/package.json +++ b/packages/pug/package.json @@ -47,10 +47,6 @@ "rimraf": "^3.0.2", "uglify-js": "github:mishoo/UglifyJS2#1c15d0db456ce32f1b9b507aad97e5ee5c8285f7" }, - "files": [ - "lib/index.js", - "register.js" - ], "browser": { "fs": false },