Skip to content

Commit

Permalink
Fix NPM package main
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouthinon committed Jul 6, 2021
1 parent d40985e commit 12b3417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kuzzle-plugin-prometheus",
"version": "3.0.1",
"version": "3.0.2",
"description": "Kuzzle plugin: monitoring Kuzzle using Prometheus",
"author": {
"name": "The Kuzzle Team <support@kuzzle.io>"
Expand Down Expand Up @@ -28,7 +28,7 @@
"doc:cloudfront": "npx kuzdoc repo:cloudfront -d /official-plugins/workflows/1/*",
"doc:deploy": "npm run doc:upload && npm run doc:cloudfront"
},
"main": "index.ts",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"macaddress": "^0.2.9",
Expand Down Expand Up @@ -65,7 +65,7 @@
"typescript": "^3.9.7"
},
"peerDependencies": {
"kuzzle": "^2.11.0"
"kuzzle": "^2.13.3"
},
"files": [
"index.js",
Expand Down

0 comments on commit 12b3417

Please sign in to comment.