Skip to content

Commit 395bd4b

Browse files
committed
Version 0.0.2 release
1 parent 4282dba commit 395bd4b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.npmignore

+9
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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**
5+
**This package is made to run in nodejs and doesn't support the browser.**
66

77
### Define the gate rules
88
```js

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackkit/gate",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"main": "src/gate.js",
55
"repository": "[email protected]:stackkit/gate.git",
66
"author": "larsvankleef <[email protected]>",

0 commit comments

Comments
 (0)