瀏覽代碼

v0.0.10

master
Palash Bansal 2 年之前
父節點
當前提交
a2cb19aa02
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json

+ 2
- 2
package-lock.json 查看文件

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

+ 1
- 1
package.json 查看文件

@@ -1,6 +1,6 @@
{
"name": "threepipe",
"version": "0.0.10-dev.1",
"version": "0.0.10",
"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",

Loading…
取消
儲存