Skip to content

Commit

Permalink
Merge pull request #173 from iamdevlinph/patch-ts-files-publish
Browse files Browse the repository at this point in the history
Patch ts files publish
  • Loading branch information
iamdevlinph authored Oct 29, 2022
2 parents 1c23e88 + 092758c commit 3425f33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"version": "4.1.1",
"description": ["Bugfix: TypeScript files not published"]
},
{
"version": "4.1.0",
"description": ["[Add] Array | arrayRemoveItem"]
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common-utils-pkg",
"version": "4.1.0",
"version": "4.1.1",
"description": "A package of commonly used JavaScript utilities.",
"keywords": [
"utilities",
Expand All @@ -24,8 +24,7 @@
"types": "dist/index.d.ts",
"files": [
"dist/",
"!dist/**/*.ts",
"!dist/**/*.test.js",
"!dist/**/*.test.*",
"README.md",
"LICENSE"
],
Expand Down

0 comments on commit 3425f33

Please sign in to comment.