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:
authorSteve Mao <stevemao@users.noreply.github.com>2015-05-29 03:51:12 +0300
committerSteve Mao <stevemao@users.noreply.github.com>2015-05-29 03:51:12 +0300
commitcdec5561b900b612e3cfe9d115b892bac4f6e4e0 (patch)
tree79877fd2c0013a2fef5050024dce5b2ad40f78dd /package.json
parent39e7de2aa557685333a16a68914d8b2290d26d05 (diff)
add two more keywords
I was searching for "fake require" but I couldn't find this amazing module
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6a78c41..4ff0ae9 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,9 @@
"unit",
"test",
"leak",
- "inspect"
+ "inspect",
+ "fake",
+ "require"
],
"author": {
"name": "Johannes Ewald",