diff options
| author | Jonathan Bonnefoy <[email protected]> | 2014-11-14 17:51:08 +0100 |
|---|---|---|
| committer | Jonathan Bonnefoy <[email protected]> | 2014-11-14 17:51:08 +0100 |
| commit | d43a31938ef1d336dfdd33da2f97e19307f499c4 (patch) | |
| tree | 76d930e595b3ca042be7392b394aa98e49b433c9 /bower.json | |
| parent | c109b4873aa794965d37bda10dbacc51e2073bc8 (diff) | |
| download | faker-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.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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": [ |
