mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-27 09:50:52 -05:00
Merge pull request #6 from sethvincent/master
Add main field to package.json
This commit is contained in:
commit
70d4e511bb
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
"homepage": "http://brm.io/matter-js/",
|
"homepage": "http://brm.io/matter-js/",
|
||||||
"author": "Liam Brummitt <liam@brm.io> (http://brm.io/)",
|
"author": "Liam Brummitt <liam@brm.io> (http://brm.io/)",
|
||||||
"description": "a 2D rigid body physics engine for the web",
|
"description": "a 2D rigid body physics engine for the web",
|
||||||
|
"main": "build/matter.js",
|
||||||
"repository":{
|
"repository":{
|
||||||
"type" : "git",
|
"type" : "git",
|
||||||
"url" : "https://github.com/liabru/matter-js.git"
|
"url" : "https://github.com/liabru/matter-js.git"
|
||||||
|
|
Loading…
Reference in a new issue