Skip to content

Commit

Permalink
Version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcig committed Apr 17, 2021
1 parent a7ef4c7 commit 5f6a859
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install quidjs
## Usage

```javascript
import QuidRequests from "quidjs";
import { QuidRequests } from "quidjs";

var requests = new QuidRequests({
namespace: "my_namespace",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quidjs",
"version": "0.4.2",
"version": "0.4.3",
"description": "Requests library for the Quid json web tokens server",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
},
"include": [
"src"
"src/**/*.ts"
],
"exclude": [
"lib",
Expand Down

0 comments on commit 5f6a859

Please sign in to comment.