aboutsummaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorJonathan Bonnefoy <[email protected]>2014-11-14 17:51:08 +0100
committerJonathan Bonnefoy <[email protected]>2014-11-14 17:51:08 +0100
commitd43a31938ef1d336dfdd33da2f97e19307f499c4 (patch)
tree76d930e595b3ca042be7392b394aa98e49b433c9 /bower.json
parentc109b4873aa794965d37bda10dbacc51e2073bc8 (diff)
downloadfaker-d43a31938ef1d336dfdd33da2f97e19307f499c4.tar.xz
faker-d43a31938ef1d336dfdd33da2f97e19307f499c4.zip
Update bower.json
Some Grunt Task use the main property of the bower.json file to auto-include the script in the "index.html". Since faker.js script is not at root of the package but in the "build/build" folder, I've edited the "main" property accordingly. Nice work BTW !
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index 19853fa6..fd80de43 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "faker",
- "main": "faker.js",
+ "main": "./build/build/faker.js",
"version": "2.0.0",
"homepage": "https://github.com/Marak/faker.js",
"authors": [