From d43a31938ef1d336dfdd33da2f97e19307f499c4 Mon Sep 17 00:00:00 2001 From: Jonathan Bonnefoy Date: Fri, 14 Nov 2014 17:51:08 +0100 Subject: 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 ! --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [ -- cgit v1.2.3