Browse Source

Version bump

master
Palash Bansal 1 year ago
parent
commit
c45ad99163
No account linked to committer's email address
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json

+ 2
- 2
package-lock.json View File

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

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save