Skip to content

Commit

Permalink
[hotfix] add missing files in NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
scottinet committed Jul 23, 2020
1 parent 176b7f8 commit 3b9d209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kuzzle-sdk",
"version": "7.3.0",
"version": "7.3.1",
"description": "Official Javascript SDK for Kuzzle",
"author": "The Kuzzle Team <support@kuzzle.io>",
"repository": {
Expand Down Expand Up @@ -79,6 +79,7 @@
"index.js",
"index.d.ts",
"src/**/*.js",
"src/**/*.d.ts"
"src/**/*.d.ts",
"src/**/*.json"
]
}

0 comments on commit 3b9d209

Please sign in to comment.