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 4282dba commit 395bd4bCopy full SHA for 395bd4b
3 files changed
.npmignore
@@ -0,0 +1,9 @@
1
+.DS_Store
2
+node_modules
3
+npm-debug.log
4
+*.test.js
5
+coverage/
6
+rollup.config.js
7
+.gitignore
8
+.prettierrc
9
+jest.config.js
README.md
@@ -2,7 +2,7 @@
> A simple gate class that can help with protecting and checking user abilities.
-**This package is made to run in nodejs and doesn't support the browser yet**
+**This package is made to run in nodejs and doesn't support the browser.**
### Define the gate rules
```js
package.json
@@ -1,6 +1,6 @@
{
"name": "@stackkit/gate",
- "version": "0.0.1",
+ "version": "0.0.2",
"main": "src/gate.js",
"repository": "git@github.com:stackkit/gate.git",
"author": "larsvankleef <larsvankleef@outlook.com>",
0 commit comments