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:43:32 +0300
committerJohannes Ewald <mail@johannesewald.de>2015-06-10 14:43:32 +0300
commitcbed6d4d5d9bb087b4bfb8a009fdadb5f0011c01 (patch)
tree8650197961b793641dc52352bd4416057ddd5e86 /package.json
parent01cca80fb8e359a5ad97344a69c63e736fde9c7c (diff)
parentcdec5561b900b612e3cfe9d115b892bac4f6e4e0 (diff)
Merge pull request #60 from stevemao/patch-1
Add two more keywords
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 c260a2e..b22cf14 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,9 @@
"unit",
"test",
"leak",
- "inspect"
+ "inspect",
+ "fake",
+ "require"
],
"author": {
"name": "Johannes Ewald",