mirror of
https://github.com/frainfreeze/the-monospace-web-pandoc
synced 2026-02-27 16:51:57 -08:00
v0.1.3
lists files explicitly
This commit is contained in:
11
package.json
11
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@owickstrom/the-monospace-web",
|
"name": "@owickstrom/the-monospace-web",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": " A minimalist design exploration",
|
"description": " A minimalist design exploration",
|
||||||
"main": "index.css",
|
"main": "index.css",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -18,5 +18,12 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/owickstrom/the-monospace-web/issues"
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user