From 435030ec74880fbe716971c569980fdf8103b9f5 Mon Sep 17 00:00:00 2001 From: liabru Date: Tue, 1 Apr 2014 14:12:26 +0100 Subject: [PATCH] updated package files --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 36f4189..7db42dd 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "Liam Brummitt (http://brm.io/)" ], "description": "a 2D rigid body physics engine for the web", - "main": "build/matter.js", + "main": "build/matter-0.7.0.min.js", "keywords": [ "javascript", "canvas", diff --git a/package.json b/package.json index 3862b6d..54346cc 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": "build/matter-0.7.0.min.js", "repository":{ "type" : "git", "url" : "https://github.com/liabru/matter-js.git"