diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-07-03 11:55:40 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-07-03 11:57:40 -0400 |
| commit | 9be28b4322a629b8fe7c35e8cdc42eb413c6d84a (patch) | |
| tree | 162abf8e2504cc0aff001502192970519d3cd15c /package.json | |
| parent | e42a871b1a041ad68f6316aa1d50d1e7fe741123 (diff) | |
Protect admin root path with authentication as wellv0.1.11
Fixes #5
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 50ec3e6..1b6b909 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "okcms", - "version": "0.1.10", + "version": "0.1.11", "description": "great", "main": "app/index.js", "scripts": { |
