From 52e218f24fd6a3c25ce85a5b107b0a39971f48bc Mon Sep 17 00:00:00 2001 From: Mignon Belongie Date: Sat, 17 Oct 2020 13:46:14 -0700 Subject: [PATCH] Updated badges and package.json info. --- README.md | 5 +++-- package.json | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f5b826..3257f7d 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Physics for A-Frame VR [![Latest NPM release](https://img.shields.io/npm/v/aframe-physics-system.svg)](https://www.npmjs.com/package/aframe-physics-system) -[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/donmccurdy/aframe-physics-system/master/LICENSE) -[![Build Status](https://travis-ci.org/donmccurdy/aframe-physics-system.svg?branch=master)](https://travis-ci.org/donmccurdy/aframe-physics-system) +[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/n5ro/aframe-physics-system/master/LICENSE) +![Build](https://github.com/n5ro/aframe-physics-system/workflows/Build%20distribution/badge.svg) +![Test](https://github.com/n5ro/aframe-physics-system/workflows/Browser%20testing%20CI/badge.svg) Components for A-Frame physics integration. Supports [CANNON.js](http://schteppe.github.io/cannon.js/) and [Ammo.js](https://github.com/kripken/ammo.js/) diff --git a/package.json b/package.json index b6334e8..a4612e5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/donmccurdy/aframe-physics-system.git" + "url": "git+https://github.com/n5ro/aframe-physics-system.git" }, "keywords": [ "aframe", @@ -36,9 +36,9 @@ "author": "Don McCurdy (https://www.donmccurdy.com)", "license": "MIT", "bugs": { - "url": "https://github.com/donmccurdy/aframe-physics-system/issues" + "url": "https://github.com/n5ro/aframe-physics-system/issues" }, - "homepage": "https://github.com/donmccurdy/aframe-physics-system#readme", + "homepage": "https://github.com/n5ro/aframe-physics-system#readme", "dependencies": { "ammo-debug-drawer": "^0.1.0", "cannon-es": "^0.9.1",