Skip to content

Commit

Permalink
Release 2.0.0-rc33: fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aschen committed Dec 19, 2022
1 parent e36b564 commit 1253222
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "kuzzle-device-manager",
"version": "2.0.0-rc32",
"version": "2.0.0-rc33",
"description": "Manage your IoT devices and assets. Choose a provisioning strategy, receive and decode payload, handle your IoT business logic.",
"author": "The Kuzzle Team (support@kuzzle.io)",
"repository": {
"type": "git",
"url": "https://github.com/kuzzleio/kuzzle-plugin-device-manager"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"docker": "docker-compose run kuzzle ",
"dev": "NODE_ENV=development ergol features/fixtures/application/app.ts -c ergol.config.json",
Expand Down

0 comments on commit 1253222

Please sign in to comment.