Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexzPurewoko committed Dec 20, 2023
1 parent 0c75f04 commit f36f07e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abilities-js",
"version": "0.5.3",
"name": "@dicoding-dev/abilities-js",
"version": "0.5.4",
"description": "A core package for managing the authorization through CanCanCan style. With supports of granularity based on Attributes Based Access Control.",
"source": "src/index.ts",
"main": "dist/cjs/index.js",
Expand All @@ -9,6 +9,7 @@
"type": "module",
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
Expand Down

0 comments on commit f36f07e

Please sign in to comment.