|
@@ -1,6 +1,6 @@
|
|
{
|
|
{
|
|
"name": "BabylonJS",
|
|
"name": "BabylonJS",
|
|
- "version": "3.1.0",
|
|
|
|
|
|
+ "version": "3.1.1",
|
|
"description": "Babylon.js is a 3D engine based on webgl and javascript",
|
|
"description": "Babylon.js is a 3D engine based on webgl and javascript",
|
|
"main": "",
|
|
"main": "",
|
|
"repository": {
|
|
"repository": {
|
|
@@ -9,8 +9,8 @@
|
|
"readme": "https://github.com/BabylonJS/Babylon.js/edit/master/readme.md",
|
|
"readme": "https://github.com/BabylonJS/Babylon.js/edit/master/readme.md",
|
|
"license": "(Apache-2.0)",
|
|
"license": "(Apache-2.0)",
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
- "@types/node": "^8.0.53",
|
|
|
|
- "base64-image-loader": "^1.2.0",
|
|
|
|
|
|
+ "@types/node": "^8.5.0",
|
|
|
|
+ "base64-image-loader": "^1.2.1",
|
|
"css-loader": "^0.25.0",
|
|
"css-loader": "^0.25.0",
|
|
"deepmerge": "^2.0.1",
|
|
"deepmerge": "^2.0.1",
|
|
"del": "2.2.2",
|
|
"del": "2.2.2",
|
|
@@ -42,10 +42,10 @@
|
|
"style-loader": "^0.13.2",
|
|
"style-loader": "^0.13.2",
|
|
"through2": "~0.6.5",
|
|
"through2": "~0.6.5",
|
|
"ts-loader": "^2.3.7",
|
|
"ts-loader": "^2.3.7",
|
|
- "typescript": "~2.6.1",
|
|
|
|
|
|
+ "typescript": "^2.6.2",
|
|
"webpack-stream": "^4.0.0"
|
|
"webpack-stream": "^4.0.0"
|
|
},
|
|
},
|
|
"scripts": {
|
|
"scripts": {
|
|
"install": "npm --prefix ../../Playground/ install ../../Playground/ && gulp typescript-compile && gulp typescript-libraries && gulp deployLocalDev"
|
|
"install": "npm --prefix ../../Playground/ install ../../Playground/ && gulp typescript-compile && gulp typescript-libraries && gulp deployLocalDev"
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|