summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-18 13:05:52 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-18 13:05:52 +0530
commit06936980b053266b2cc87834412527f41388f5bf (patch)
tree66839eb81b0407a893089aea36e5dcb9900a77e5
parent3d4f21068a653274fad1fc62d4d16ea0439c1d9d (diff)
downloadcss-everything-06936980b053266b2cc87834412527f41388f5bf.tar.gz
css-everything-06936980b053266b2cc87834412527f41388f5bf.zip
feat: uses files instead of npmignore
-rw-r--r--.npmignore4
-rw-r--r--README.md2
-rw-r--r--package.json6
3 files changed, 8 insertions, 4 deletions
diff --git a/.npmignore b/.npmignore
deleted file mode 100644
index 0d748c2..0000000
--- a/.npmignore
+++ /dev/null
@@ -1,4 +0,0 @@
-node_modules/
-*.log
-tests/
-examples/
diff --git a/README.md b/README.md
index ac206a6..b0a8610 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,8 @@ Wow. You couldn't come up with a more boring example if you tried.
[Here's a todo example then](https://codepen.io/phenax/pen/QWzWGaV?editors=1100)
+[More in the examples directory](https://github.com/phenax/css-everything/tree/main/examples)
+
## Docs
WIP. Coming soon maybe?
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 .",