Skip to content

Commit

Permalink
publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jun 13, 2014
1 parent d6cbd07 commit a12fbcb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .npmignore
@@ -0,0 +1,7 @@
node_modules
npm-debug.log
doc
matter-doc-theme
build/matter-dev.js
build/matter-dev.min.js
demo/js/lib/matter-dev.js
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -87,10 +87,14 @@ Download [matter-0.8.0.js](https://github.com/liabru/matter-js/releases/download

For the latest features try the [edge version (master)](https://raw.github.com/liabru/matter-js/master/build/matter.js), but it may not be fully stable.

#### Or install using [Bower](http://bower.io/)
#### Install using [Bower](http://bower.io/)

bower install matter-js

#### Install using [NPM](https://www.npmjs.org/)

npm install matter-js

### Usage

See [Demo.js](https://github.com/liabru/matter-js/blob/master/demo/js/Demo.js) and [DemoMobile.js](https://github.com/liabru/matter-js/blob/master/demo/js/DemoMobile.js) for many usage examples.
Expand Down
11 changes: 6 additions & 5 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "Matter",
"name": "matter-js",
"version": "0.8.0",
"license": "MIT",
"homepage": "http://brm.io/matter-js/",
"author": "Liam Brummitt <liam@brm.io> (http://brm.io/)",
"description": "a 2D rigid body physics engine for the web",
"main": "build/matter-0.8.0.min.js",
"repository":{
"type" : "git",
"url" : "https://github.com/liabru/matter-js.git"
"repository": {
"type": "git",
"url": "https://github.com/liabru/matter-js.git"
},
"keywords": [
"javascript",
Expand All @@ -32,5 +32,6 @@
"scripts": {
"dev": "npm install && grunt dev",
"test": "grunt test"
}
},
"dependencies": {}
}

0 comments on commit a12fbcb

Please sign in to comment.