From 4faa4a14439d2b148c73acf82eb9cd12a63796e9 Mon Sep 17 00:00:00 2001 From: FotoVerite Date: Mon, 17 Feb 2014 21:41:38 -0500 Subject: Updates location of Faker to FotoVerite. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 0deb7639..8498827b 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "Faker", "description": "Generate massive amounts of fake contextual data", - "version": "0.5.12", + "version": "0.6", "author": "Marak Squires ", "repository": { "type": "git", - "url": "http://github.com/Marak/Faker.js.git" + "url": "http://github.com/FotoVerite/Faker.js.git" }, "scripts": { "test": "node_modules/.bin/mocha test/*.*.js" -- cgit v1.2.3 From 84ed0c68a0672b5e07b0bcdf2c2b84b2ea07d1b3 Mon Sep 17 00:00:00 2001 From: FotoVerite Date: Mon, 17 Feb 2014 22:01:51 -0500 Subject: More updating to get things inline. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8498827b..cd7c8b00 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,11 @@ { "name": "Faker", "description": "Generate massive amounts of fake contextual data", - "version": "0.6", - "author": "Marak Squires ", + "version": "0.6.0", + "contributors": [ + "Marak Squires ", + "Matthew Bergman " + ], "repository": { "type": "git", "url": "http://github.com/FotoVerite/Faker.js.git" @@ -18,8 +21,5 @@ "optimist" : "0.3.5", "sinon": "1.4.2" }, - "engine": [ - "node >=0.1.90" - ], - "main": "index" + "main": "index.js" } -- cgit v1.2.3 From d6f5a5955d1d3836270664acfcbd0461a4aa16e1 Mon Sep 17 00:00:00 2001 From: FotoVerite Date: Mon, 17 Feb 2014 22:15:08 -0500 Subject: bumps version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index cd7c8b00..dcf4cfc0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Faker", "description": "Generate massive amounts of fake contextual data", - "version": "0.6.0", + "version": "0.6.1", "contributors": [ "Marak Squires ", "Matthew Bergman " -- cgit v1.2.3 From 8371ea674ebc173ef6eec7305cea27629afb7fbd Mon Sep 17 00:00:00 2001 From: FotoVerite Date: Mon, 17 Feb 2014 22:18:39 -0500 Subject: I'm an idiot lets make sure that the package is right this time. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index dcf4cfc0..e65eb835 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Faker", "description": "Generate massive amounts of fake contextual data", - "version": "0.6.1", + "version": "0.6.2", "contributors": [ "Marak Squires ", "Matthew Bergman " -- cgit v1.2.3