Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
htunnicliff committed Dec 1, 2024
1 parent 014c392 commit d1c25c8
Show file tree
Hide file tree
Showing 2 changed files with 10 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.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"name": "jmap-jam",
"version": "0.7.0",
"version": "0.8.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"sideEffects": false,
"files": ["dist", "src", "package.json", "LICENSE.txt", "README.md"],
"files": [
"dist",
"src",
"package.json",
"LICENSE.txt",
"README.md"
],
"license": "MIT",
"description": "A JMAP client library for Node.js and the browser.",
"repository": {
Expand Down

0 comments on commit d1c25c8

Please sign in to comment.