Palash Bansal 2 лет назад
Родитель
Сommit
3d19e69a59
Аккаунт пользователя с таким Email не найден
3 измененных файлов: 4 добавлений и 4 удалений
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json
  3. 1
    1
      src/viewer/version.ts

+ 2
- 2
package-lock.json Просмотреть файл

@@ -1,12 +1,12 @@
{
"name": "threepipe",
"version": "0.0.11-dev.1",
"version": "0.0.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "threepipe",
"version": "0.0.11-dev.1",
"version": "0.0.11",
"license": "Apache-2.0",
"dependencies": {
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1012/package.tgz",

+ 1
- 1
package.json Просмотреть файл

@@ -1,6 +1,6 @@
{
"name": "threepipe",
"version": "0.0.11-dev.1",
"version": "0.0.11",
"description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.",
"main": "src/index.ts",
"module": "dist/index.mjs",

+ 1
- 1
src/viewer/version.ts Просмотреть файл

@@ -1 +1 @@
export const VERSION = '0.0.11-dev.1'
export const VERSION = '0.0.11'

Загрузка…
Отмена
Сохранить