From 7850f1f1e09be244f3bf84aa7208e45259b4d9b1 Mon Sep 17 00:00:00 2001 From: Brandon Jones Date: Sat, 8 Jul 2017 14:43:32 -0700 Subject: [PATCH] Updated package.json main and module, as per recommendation --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ed88ca81..bf3c6e31 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "gl-matrix", "description": "Javascript Matrix and Vector library for High Performance WebGL apps", "version": "2.4.0", - "main": "src/gl-matrix.js", + "main": "dist/gl-matrix.js", + "module": "src/gl-matrix.js", "homepage": "http://glmatrix.net", "bugs": { "url": "https://github.com/toji/gl-matrix/issues"