Skip to content

Commit af2852c

Browse files
committed
1.0.0-rc.4
1 parent 9f15384 commit af2852c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trivialperms",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0-rc.4",
44
"description": "A simple RBAC implementation that is datasource agnostic.",
55
"main": "./src/trivialperms.js",
66
"scripts": {
@@ -21,7 +21,9 @@
2121
"url": "https://github.com/trivialsoftware/TrivialPermissions.git"
2222
},
2323
"license": "MIT",
24-
"engines" : { "node" : ">=4.0.0" },
24+
"engines": {
25+
"node": ">=4.0.0"
26+
},
2527
"dependencies": {
2628
"bluebird": "^3.3.1",
2729
"lodash": "^4.5.1"

0 commit comments

Comments
 (0)