File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
<!-- <script src="../_bundles/gcode-viewer.js"></script> -->
12
12
13
13
<!-- In production you should serve this on your own. -->
14
- <script src="https://unpkg.com/gcode-viewer@0.5 .0/_bundles/gcode-viewer.js"></script>
14
+ <script src="https://unpkg.com/gcode-viewer@0.6 .0/_bundles/gcode-viewer.js"></script>
15
15
16
16
<!-- Normalize css just for example purposes. In Production you should use a propper way https://necolas.github.io/normalize.css/ -->
17
17
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
Original file line number Diff line number Diff line change 10
10
<!-- <script src="../_bundles/gcode-viewer.js"></script> -->
11
11
12
12
<!-- In production you should serve this on your own. -->
13
- <script src="https://unpkg.com/gcode-viewer@0.5 .0/_bundles/gcode-viewer.js"></script>
13
+ <script src="https://unpkg.com/gcode-viewer@0.6 .0/_bundles/gcode-viewer.js"></script>
14
14
</head>
15
15
16
16
<body>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gcode-viewer" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .0" ,
4
4
"description" : " A simple gcode viewer lib using three.js" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments