Skip to content

Commit 4dc5791

Browse files
authored
Merge pull request #45 from cloudblue/fix-npm-distribution-and-update-version-to-30.2.1
Add .npmignore file to select which files need to be packed when publishing the package
2 parents 97c2e38 + 244b3c3 commit 4dc5791

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.npmignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Ignore everything
2+
*
3+
4+
# Except
5+
6+
# Distribution files
7+
!/dist/**/*
8+
9+
# License file, package.json and readme
10+
!LICENSE
11+
!package.json
12+
!README.md

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudblueconnect/connect-ui-toolkit",
3-
"version": "30.2.0",
3+
"version": "30.2.1",
44
"exports": {
55
".": "./dist/index.js",
66
"./tools/*": "./dist/tools/*"

0 commit comments

Comments
 (0)