Skip to content

Commit

Permalink
fix: adjust npm publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
devbr-io committed Feb 26, 2023
1 parent 02ae462 commit 5f43290
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Ignore everything
*

# Include Bin folder
!bin/
!bin/**

# Include these files
!package.json
!README.md
!LICENSE.md
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expressots/cli",
"version": "1.0.0",
"version": "1.0.2",
"description": "Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)",
"author": "Richard Zampieri",
"license": "MIT",
Expand Down Expand Up @@ -40,9 +40,6 @@
"release": "release-it",
"prepare": "husky install"
},
"files": [
"bin/cli.js"
],
"dependencies": {
"chalk-animation": "^1",
"cli-progress": "^3.11.2",
Expand Down

0 comments on commit 5f43290

Please sign in to comment.