File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
22 "name" : " @stackkit/gate" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "main" : " src/gate.js" ,
55 "repository" : " git@github.com:stackkit/gate.git" ,
66 "author" : " larsvankleef <larsvankleef@outlook.com>" ,
You can’t perform that action at this time.
0 commit comments