Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Updated badges and package.json info. #176

Merged
merged 1 commit into from
Oct 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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