Browse Source

NPM now points to non-minimized version

A. Breust 8 years ago
parent
commit
675e0376ea
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",