Skip to content

Commit

Permalink
Merge pull request #23 from fdm-monster/fix/21-npm-release-is-not-dis…
Browse files Browse the repository at this point in the history
…t-folder

fix: release now includes dist folder only
  • Loading branch information
davidzwa authored Apr 14, 2023
2 parents 22e7ee2 + acd5025 commit 298f6d1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.*.swp
._*
.DS_Store
.git
.hg
.npmrc
.lock-wscript
.svn
.wafpickle-*
config.gypi
CVS
npm-debug.log
*.tgz

# Custom
*.ps1
scripts
src
tests
public
.github
*
!dist/**/*
!*.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fdm-monster/client",
"version": "1.0.0-rc2",
"version": "1.0.0-rc4",
"private": false,
"author": "David Zwart",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 298f6d1

Please sign in to comment.