Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ewald <mail@johannesewald.de>2015-06-10 14:41:38 +0300
committerJohannes Ewald <mail@johannesewald.de>2015-06-10 14:41:38 +0300
commit01cca80fb8e359a5ad97344a69c63e736fde9c7c (patch)
tree429a70e0675f0ea281e54f5ab57b401ab299773a
parent39e7de2aa557685333a16a68914d8b2290d26d05 (diff)
parentf23df27380e506322daaf886b692b3770ab41bac (diff)
Merge pull request #59 from pdehaan/patch-1
Add license attribute
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6a78c41..c260a2e 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,7 @@
"expect.js": "^0.3.1",
"mocha": "^2.1.0"
},
+ "license": "MIT",
"scripts": {
"test": "mocha -R spec --check-leaks",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"