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 9f15384 commit af2852cCopy full SHA for af2852c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "trivialperms",
3
- "version": "1.0.0-rc.3",
+ "version": "1.0.0-rc.4",
4
"description": "A simple RBAC implementation that is datasource agnostic.",
5
"main": "./src/trivialperms.js",
6
"scripts": {
@@ -21,7 +21,9 @@
21
"url": "https://github.com/trivialsoftware/TrivialPermissions.git"
22
},
23
"license": "MIT",
24
- "engines" : { "node" : ">=4.0.0" },
+ "engines": {
25
+ "node": ">=4.0.0"
26
+ },
27
"dependencies": {
28
"bluebird": "^3.3.1",
29
"lodash": "^4.5.1"
0 commit comments