aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBUILD/BUILD.js2
-rw-r--r--bower.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/BUILD/BUILD.js b/BUILD/BUILD.js
index e7e17d1e..c31901e7 100755
--- a/BUILD/BUILD.js
+++ b/BUILD/BUILD.js
@@ -66,7 +66,7 @@ code += ["\n",
"}",
"else if (typeof define === 'function' && define.amd) {",
" // AMD",
-" define(function () {",
+" define('faker', [], function () {",
" return faker;",
" });",
"}",
diff --git a/bower.json b/bower.json
index 8b6fb411..5d70df4e 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
- "name": "Faker.js",
- "main": "Faker.js",
- "version": "0.7.0",
+ "name": "Faker",
+ "main": "faker.js",
+ "version": "1.1.0",
"homepage": "https://github.com/Marak/Faker.js",
"authors": [
"Marak Squires <[email protected]>",