Browse Source

Merge pull request #1989 from Breush/patch-1

NPM now points to non-minimized version
David Catuhe 8 years ago
parent
commit
da1ff4169f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tools/Npm/package.json

+ 1 - 1
Tools/Npm/package.json

@@ -12,7 +12,7 @@
     "type": "git",
     "url": "https://github.com/BabylonJS/Babylon.js.git"
   },
-  "main": "babylon.js",
+  "main": "babylon.max.js",
   "files": [
     "babylon.d.ts",
     "babylon.module.d.ts",