From 0cff73a868230e275d7822256098152b305f0c63 Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Sun, 17 May 2015 13:45:47 -0700 Subject: [PATCH] Bump the Node version requirement. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1de3a7b..22f7a94 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ By using [WebRTC](http://www.webrtc.org), FilePizza eliminates the initial uploa ## Requirements -* node `0.10.x` +* node `0.12.x` * npm `2.x.x` ## License diff --git a/package.json b/package.json index 3201ad3..59486b2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "git@github.com:kern/filepizza.git" }, "author": "Alex Kern ", - "license": "BSD", + "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/kern/filepizza/issues" },