From 349203357fdb1899b9494be303987f08827ce758 Mon Sep 17 00:00:00 2001 From: Rogier Schouten Date: Fri, 24 Jul 2015 16:06:25 +0200 Subject: [PATCH] Add license to package.json. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ae1768f..c3edf5a 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "main": "./bCrypt", "author": "Shane Girish (https://github.com/shaneGirish)", "version": "0.1.0", + "license": "SEE LICENSE IN LICENSE", "bin": { "bcrypt-nodejs": "bin.js" },