We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c74ca commit 4282dbaCopy full SHA for 4282dba
README.md
@@ -2,6 +2,8 @@
2
3
> A simple gate class that can help with protecting and checking user abilities.
4
5
+**This package is made to run in nodejs and doesn't support the browser yet**
6
+
7
### Define the gate rules
8
```js
9
import { Gate } from 'gate'
package.json
@@ -1,5 +1,5 @@
1
{
- "name": "gate",
+ "name": "@stackkit/gate",
"version": "0.0.1",
"main": "src/gate.js",
"repository": "[email protected]:stackkit/gate.git",
0 commit comments