Skip to content

Commit 4282dba

Browse files
committed
Add organisation into package name
1 parent c3c74ca commit 4282dba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> A simple gate class that can help with protecting and checking user abilities.
44
5+
**This package is made to run in nodejs and doesn't support the browser yet**
6+
57
### Define the gate rules
68
```js
79
import { Gate } from 'gate'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "gate",
2+
"name": "@stackkit/gate",
33
"version": "0.0.1",
44
"main": "src/gate.js",
55
"repository": "[email protected]:stackkit/gate.git",

0 commit comments

Comments
 (0)