Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philmander committed Apr 16, 2016
1 parent b7c3fc6 commit 4841653
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "a-seal",
"version": "0.1.0",
"version": "0.1.1",
"description": "Access Control Library (ACL)",
"main": "src/index.js",
"engines" : { "node" : ">=0.10" },
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "node node_modules/jasmine/bin/jasmine"
},
Expand Down

0 comments on commit 4841653

Please sign in to comment.