Skip to content

Commit

Permalink
Updated badges and package.json info.
Browse files Browse the repository at this point in the history
  • Loading branch information
MignonBelongie committed Oct 17, 2020
1 parent acf998f commit 52e218f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -36,9 +36,9 @@
"author": "Don McCurdy <dm@donmccurdy.com> (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",
Expand Down

0 comments on commit 52e218f

Please sign in to comment.