aboutsummaryrefslogtreecommitdiff
path: root/node_modules/invariant/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/invariant/package.json')
-rw-r--r--node_modules/invariant/package.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/node_modules/invariant/package.json b/node_modules/invariant/package.json
index 3d3ca247d..e4b967222 100644
--- a/node_modules/invariant/package.json
+++ b/node_modules/invariant/package.json
@@ -1,17 +1,19 @@
{
"name": "invariant",
- "version": "2.2.1",
+ "version": "2.2.2",
"description": "invariant",
"keywords": [
- "test"
+ "test",
+ "invariant"
],
"license": "BSD-3-Clause",
"author": "Andres Suarez <zertosh@gmail.com>",
"files": [
+ "browser.js",
"invariant.js",
- "browser.js"
+ "invariant.js.flow"
],
- "repository": "zertosh/invariant",
+ "repository": "https://github.com/zertosh/invariant",
"scripts": {
"test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
},
@@ -20,6 +22,7 @@
},
"devDependencies": {
"browserify": "^11.0.1",
+ "flow-bin": "^0.35.0",
"tap": "^1.4.0"
},
"main": "invariant.js",