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",
"types": "dist/src/index.d.ts",
"files": [
"dist/**/*"
"dist/**/*",
"readme.md"
],
"scripts": {
"build": "tsup"

View File

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

View File

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

View File

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