Skip to content

Commit

Permalink
chore: Prep for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alexalexandrescu committed Nov 28, 2023
1 parent cc8b2a8 commit 33813f0
Show file tree
Hide file tree
Showing 5 changed files with 3,789 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
.git
__tests__
6 changes: 3 additions & 3 deletions package-lock.json

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

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"bin": {
"env2typings": "./main.js"
},
"files": [
"main.js",
"cliHelper.js",
"envParser.js",
"typeGenerator.js",
"README.md"
],
"scripts": {
"start": "node main.js",
"test": "jest",
Expand Down Expand Up @@ -44,7 +51,7 @@
[
"@semantic-release/npm",
{
"npmPublish": false
"npmPublish": true
}
],
"@semantic-release/git",
Expand Down
Loading

0 comments on commit 33813f0

Please sign in to comment.