Skip to content

Commit

Permalink
Merge pull request #534 from nextcloud/fix/noid/remove-type-module
Browse files Browse the repository at this point in the history
🩹 Remove type=module
  • Loading branch information
ChristophWurst committed Sep 5, 2022
2 parents f6d46f6 + 249a604 commit cc585db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@nextcloud/event-bus",
"version": "3.0.1",
"version": "3.0.2",
"description": "A simple event bus to communicate between Nextcloud components.",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit cc585db

Please sign in to comment.