Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
change package type to module
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfriesen committed Jan 3, 2024
1 parent 9033cd5 commit 2578d06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@qpoint/testing",
"version": "0.0.5",
"version": "0.0.6",
"description": "A suite of testing utilitiess for QPoint middleware.",
"author": "Jon Friesen <[email protected]>",
"homepage": "https://github.com/qpoint-io/qpoint-testing#readme",
"license": "Apache-2.0",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
Expand Down

0 comments on commit 2578d06

Please sign in to comment.