Skip to content

Commit

Permalink
fix: fixes path to extra submodule in package.json (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
stalniy authored Mar 27, 2024
1 parent afdd671 commit 90e1e66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/casl-ability/extra/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@casl/ability/extra",
"typings": "../dist/types/extra/index.d.ts",
"main": "../dist/umd/extra.js",
"module": "../dist/es5m/extra.js",
"es2015": "../dist/es6c/extra.js"
"main": "../dist/umd/extra/index.js",
"module": "../dist/es5m/extra/index.js",
"es2015": "../dist/es6c/extra/index.js"
}

0 comments on commit 90e1e66

Please sign in to comment.