lists files explicitly
This commit is contained in:
Oskar Wickström
2025-01-25 14:43:01 +01:00
parent e4a10cec7b
commit 99de347a6b

View File

@@ -1,6 +1,6 @@
{
"name": "@owickstrom/the-monospace-web",
"version": "0.1.2",
"version": "0.1.3",
"description": " A minimalist design exploration",
"main": "index.css",
"scripts": {
@@ -18,5 +18,12 @@
"bugs": {
"url": "https://github.com/owickstrom/the-monospace-web/issues"
},
"homepage": "https://github.com/owickstrom/the-monospace-web#readme"
"homepage": "https://github.com/owickstrom/the-monospace-web#readme",
"files": [
"index.css",
"index.js",
"LICENSE",
"README.md"
]
}