aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMatthew Bergman <[email protected]>2013-01-06 14:10:00 -0800
committerMatthew Bergman <[email protected]>2013-01-06 14:10:00 -0800
commitebb2e5ae5e207d333abd739b4e1868e719ab305d (patch)
treed3c1dd64352cde84bb053c6d30fff9fecd28e510 /package.json
parent934945d9ca59f197b9e8971d8d428ad9dd86d419 (diff)
parent32f92a71223dd9548d5dd3d37f23217190de7627 (diff)
downloadfaker-ebb2e5ae5e207d333abd739b4e1868e719ab305d.tar.xz
faker-ebb2e5ae5e207d333abd739b4e1868e719ab305d.zip
Merge pull request #27 from DimitarChristoff/jshint-fixes
Jshint fixes
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1b5b6883..c4c0e75e 100644
--- a/package.json
+++ b/package.json
@@ -10,5 +10,6 @@
"engine": [
"node >=0.1.90"
],
- "main": "Faker"
+ "main": "Faker",
+ "test": "
} \ No newline at end of file