babylonjs-materials
Advanced tools
Comparing version 3.2.0-alpha0 to 3.2.0-alpha2
/// <reference types="babylonjs"/> | ||
declare module 'babylonjs-materials' { | ||
@@ -4,0 +5,0 @@ export = BABYLON; |
@@ -7,3 +7,3 @@ { | ||
"description": "The Babylon.js materials library is a collection of advanced materials to be used in a Babylon.js scene.", | ||
"version": "3.2.0-alpha0", | ||
"version": "3.2.0-alpha2", | ||
"repository": { | ||
@@ -31,3 +31,3 @@ "type": "git", | ||
"peerDependencies": { | ||
"babylonjs": ">=3.1.0-alpha" | ||
"babylonjs": ">=3.2.0-alpha" | ||
}, | ||
@@ -34,0 +34,0 @@ "engines": { |
583908