moving towards release - removing next tag

and ensure dependencies are up to date.
This commit is contained in:
Paul Rodwell
2016-09-12 07:27:42 +01:00
parent 9a8c4b2069
commit 4407b7062d

View File

@ -1,16 +1,13 @@
{ {
"name": "wiki-security-passportjs", "name": "wiki-security-passportjs",
"version": "0.1.0-11", "version": "0.1.0-11",
"publishConfig": {
"tag": "next"
},
"description": "Security plugin for Federated Wiki, using passport.js", "description": "Security plugin for Federated Wiki, using passport.js",
"author": "Paul Rodwell <paul.rodwell@btinternet.com> (http://rodwell.me)", "author": "Paul Rodwell <paul.rodwell@btinternet.com> (http://rodwell.me)",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"coffee-script": "1.10", "coffee-script": "1.10",
"es6-promise": "^3.2.1", "es6-promise": "^3.2.1",
"lodash": "^4.13.1", "lodash": "^4.15.0",
"passport": "^0.3.2", "passport": "^0.3.2",
"passport-github": "^1.1.0", "passport-github": "^1.1.0",
"passport-google-oauth20": "^1.0.0", "passport-google-oauth20": "^1.0.0",
@ -26,6 +23,6 @@
"grunt-contrib-watch": "~1", "grunt-contrib-watch": "~1",
"grunt-git-authors": "^3.2.0", "grunt-git-authors": "^3.2.0",
"grunt-nsp": "*", "grunt-nsp": "*",
"grunt-retire": "^1.0.1" "grunt-retire": "^1.0.3"
} }
} }