production files readme

This commit is contained in:
Oleksandr Honcharov 2024-06-15 16:47:14 +03:00
parent 93b0cb1979
commit 059dc7bed8
4 changed files with 8 additions and 4 deletions

View File

@ -4,7 +4,8 @@
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/src/index.d.ts", "types": "dist/src/index.d.ts",
"files": [ "files": [
"dist/**/*" "dist/**/*",
"readme.md"
], ],
"scripts": { "scripts": {
"build": "tsup" "build": "tsup"

View File

@ -11,7 +11,8 @@
"start": "npx ./dist create" "start": "npx ./dist create"
}, },
"files": [ "files": [
"dist/**/*" "dist/**/*",
"readme.md"
], ],
"description": "CLI to scaffold a template project for RageFW", "description": "CLI to scaffold a template project for RageFW",
"keywords": [], "keywords": [],

View File

@ -4,7 +4,8 @@
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/src/index.d.ts", "types": "dist/src/index.d.ts",
"files": [ "files": [
"dist/**/*" "dist/**/*",
"readme.md"
], ],
"scripts": { "scripts": {
"build": "tsup" "build": "tsup"

View File

@ -4,7 +4,8 @@
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/src/index.d.ts", "types": "dist/src/index.d.ts",
"files": [ "files": [
"dist/**/*" "dist/**/*",
"readme.md"
], ],
"scripts": { "scripts": {
"build": "tsup" "build": "tsup"