|
@@ -4,20 +4,20 @@
|
|
},
|
|
},
|
|
"name": "babylonjs-gui",
|
|
"name": "babylonjs-gui",
|
|
"description": "The Babylon.js GUI library is an extension you can use to generate interactive user interface. It is build on top of the DynamicTexture.",
|
|
"description": "The Babylon.js GUI library is an extension you can use to generate interactive user interface. It is build on top of the DynamicTexture.",
|
|
- "version": "3.1.0-alpha1.1",
|
|
|
|
|
|
+ "version": "3.1.0-alpha1.2",
|
|
"repository": {
|
|
"repository": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/BabylonJS/Babylon.js.git"
|
|
"url": "https://github.com/BabylonJS/Babylon.js.git"
|
|
},
|
|
},
|
|
- "main": "../dist/preview release/gui/babylon.gui.js",
|
|
|
|
|
|
+ "main": "babylon.gui.js",
|
|
"files": [
|
|
"files": [
|
|
- "../dist/preview release/gui/babylon.gui.js",
|
|
|
|
- "../dist/preview release/gui/babylon.gui.min.js",
|
|
|
|
- "../dist/preview release/gui/babylon.gui.d.ts",
|
|
|
|
|
|
+ "babylon.gui.js",
|
|
|
|
+ "babylon.gui.min.js",
|
|
|
|
+ "babylon.gui.d.ts",
|
|
|
|
|
|
"package.json"
|
|
"package.json"
|
|
],
|
|
],
|
|
- "typings": "../dist/preview release/gui/babylon.gui.d.ts",
|
|
|
|
|
|
+ "typings": "babylon.gui.d.ts",
|
|
"keywords": [
|
|
"keywords": [
|
|
"3D",
|
|
"3D",
|
|
"javascript",
|
|
"javascript",
|