Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
codenoid committed Aug 12, 2024
1 parent 3a3cb85 commit 435ab1a
Show file tree
Hide file tree
Showing 2 changed files with 4 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "lokal-js",
"version": "0.0.6",
"version": "0.0.7",
"description": "Library for interacting with Lokal.so Client REST API",
"type": "module",
"main": "dist/lokal.js",
"types": "dist/lokal.d.ts",
"scripts": {
"prepare": "tsc",
"build": "tsc",
"format": "prettier --write .",
"format": "prettier --write .",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 435ab1a

Please sign in to comment.