Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Knighttower patch 1 (#2)
Browse files Browse the repository at this point in the history
* Update README.md

* Update package.json
  • Loading branch information
knighttower committed Sep 12, 2023
1 parent 911f92e commit 07f4cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Convert object to proxy to protect the objects

``yarn add @knighttower/js-object-proxy-helper``

```import { ProxyHelper } from '@knighttower/js-object-proxy-helper';```
```import ProxyHelper from '@knighttower/js-object-proxy-helper';```

```css
/**
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": "@knighttower/js-object-proxy-helper",
"version": "1.0.3",
"version": "1.0.4",
"main": "src/ProxyHelper.ts",
"jsdeliver": "dist/ProxyHelper.js",
"unpkg": "dist/ProxyHelper.js",
Expand Down

0 comments on commit 07f4cab

Please sign in to comment.