Skip to content

Commit

Permalink
Merge pull request #46 from peterdanwan/chore/npm-publish-whitelist
Browse files Browse the repository at this point in the history
build: add files option to package.json
  • Loading branch information
peterdanwan authored Nov 22, 2024
2 parents 0e3a034 + fd6eadc commit 65f4ff1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gimme_readme",
"version": "0.1.10",
"version": "1.0.0",
"description": "gimme_readme is a command-line tool powered by AI that generates a comprehensive README.md file for your project. It analyzes multiple source code files at once, providing concise explanations of each file's purpose, functionality, and key components, all in a single, easy-to-read document.",
"author": "Peter Wan",
"license": "MIT",
Expand All @@ -21,6 +21,9 @@
"type": "git",
"url": "git+https://github.com/peterdanwan/gimme_readme.git"
},
"files": [
"src/"
],
"keywords": [
"ai",
"chat-completion",
Expand Down

0 comments on commit 65f4ff1

Please sign in to comment.