From 633c3052c10cb1133b37258b87dafef2ce3db60e Mon Sep 17 00:00:00 2001 From: liabru Date: Tue, 9 Feb 2016 19:46:00 +0000 Subject: [PATCH] change main reference in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9d39e6..a281203 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "homepage": "http://brm.io/matter-js/", "author": "Liam Brummitt (http://brm.io/)", "description": "a 2D rigid body physics engine for the web", - "main": "build/matter.js", + "main": "src/module/main.js", "repository": { "type": "git", "url": "https://github.com/liabru/matter-js.git"