Skip to content

Commit

Permalink
Update bower.json
Browse files Browse the repository at this point in the history
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 !
  • Loading branch information
eweap committed Nov 14, 2014
1 parent c109b48 commit d43a319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit d43a319

Please sign in to comment.