summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1a797c9..a141605 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,12 @@
"repository": "https://github.com/phenax/css-everything",
"author": "Akshay Nair <phenax5@gmail.com>",
"license": "MIT",
+ "files": [
+ "dist/",
+ "src/",
+ "README.md",
+ "LICENSE"
+ ],
"scripts": {
"build": "tsc && node esbuild.js",
"serve": "serve -p 3000 .",