Skip to content

Commit

Permalink
Version 0.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvankleef committed Aug 16, 2020
1 parent 4282dba commit 395bd4b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.DS_Store
node_modules
npm-debug.log
*.test.js
coverage/
rollup.config.js
.gitignore
.prettierrc
jest.config.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackkit/gate",
"version": "0.0.1",
"version": "0.0.2",
"main": "src/gate.js",
"repository": "[email protected]:stackkit/gate.git",
"author": "larsvankleef <[email protected]>",
Expand Down

0 comments on commit 395bd4b

Please sign in to comment.