Bump version for bower and update urls for new jasmine org

This commit is contained in:
slackersoft 2014-12-01 13:10:17 -08:00
parent d9da8636f9
commit b6c4a09943
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"name": "jasmine-ajax",
"version": "2.0.1",
"homepage": "https://github.com/pivotal/jasmine-ajax",
"version": "2.99.0",
"homepage": "https://github.com/jasmine/jasmine-ajax",
"authors": [
"JR Boyens <jboyens@fooninja.org>",
"Gregg Van Hove <gregg@slackersoft.net>"

View File

@ -1,14 +1,14 @@
{
"name": "jasmine-ajax",
"description": "A library for faking Ajax responses in your Jasmine suite",
"url": "https://github.com/pivotal/jasmine-ajax",
"url": "https://github.com/jasmine/jasmine-ajax",
"main": "lib/mock-ajax.js",
"version": "2.99.0",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pivotal/jasmine-ajax"
"url": "https://github.com/jasmine/jasmine-ajax"
},
"dependencies": {},
"devDependencies": {