babylonjs-viewer-assets 7.16.0 → 7.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  },
5
5
  "name": "babylonjs-viewer-assets",
6
6
  "description": "Compiled resources for the Babylon viewer.",
7
- "version": "7.16.0",
7
+ "version": "7.17.0",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/BabylonJS/Babylon.js.git"
package/readme.md CHANGED
@@ -6,7 +6,7 @@ This package is only needed when installing the viewer's npm package and it is i
6
6
 
7
7
  For basic and advanced viewer usage instructions please read the doc at https://doc.babylonjs.com/features/featuresDeepDive/babylonViewer/viewerExamples
8
8
 
9
- The source code can be found at https://github.com/BabylonJS/Babylon.js/tree/master/Viewer
9
+ The source code can be found at https://github.com/BabylonJS/Babylon.js/tree/master/packages/tools/viewer
10
10
 
11
11
  ## Overriding the package
12
12