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
path: root/test
diff options
context:
space:
mode:
authorJohannes Ewald <mail@johannesewald.de>2013-03-13 05:09:55 +0400
committerJohannes Ewald <mail@johannesewald.de>2013-03-13 05:09:55 +0400
commit243e1c59b495887c03fb436795b2e2c477e94449 (patch)
treefddbb2ae8f9ce635b9ae9c059c87b6b705a356d8 /test
parent85b5f8d38dab45c7622a232d92705ade6accd386 (diff)
- Forced fake package.json to be committed
Diffstat (limited to 'test')
-rw-r--r--test/testModules/node_modules/rewire/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testModules/node_modules/rewire/package.json b/test/testModules/node_modules/rewire/package.json
new file mode 100644
index 0000000..d8927cd
--- /dev/null
+++ b/test/testModules/node_modules/rewire/package.json
@@ -0,0 +1,3 @@
+{
+ "main": "../../../../lib/index.js"
+} \ No newline at end of file