Browse Source

Add directory in plugin packages

master
Palash Bansal 1 year ago
parent
commit
4d767ad01a
No account linked to committer's email address

+ 2
- 1
plugins/blend-importer/package.json View File

"homepage": "https://github.com/repalash/threepipe#readme", "homepage": "https://github.com/repalash/threepipe#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/repalash/threepipe.git"
"url": "git://github.com/repalash/threepipe.git",
"directory": "plugins/blend-importer"
} }
} }

+ 1
- 1
plugins/blend-importer/src/loader/index.ts View File

import {createLight} from './light' import {createLight} from './light'
import {createMesh} from './mesh' import {createMesh} from './mesh'
import {Object3D} from 'three'
import {Object3D} from 'threepipe'


const blenderObjectTypes = { const blenderObjectTypes = {
mesh: 1, mesh: 1,

+ 2
- 1
plugins/blueprintjs/package.json View File

"homepage": "https://github.com/repalash/threepipe#readme", "homepage": "https://github.com/repalash/threepipe#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/repalash/threepipe.git"
"url": "git://github.com/repalash/threepipe.git",
"directory": "plugins/blueprintjs"
}, },
"clean-package": { "clean-package": {
"remove": [ "remove": [

+ 2
- 1
plugins/configurator/package.json View File

"homepage": "https://github.com/repalash/threepipe#readme", "homepage": "https://github.com/repalash/threepipe#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/repalash/threepipe.git"
"url": "git://github.com/repalash/threepipe.git",
"directory": "plugins/configurator"
} }
} }

+ 2
- 1
plugins/extra-importers/package.json View File

"homepage": "https://github.com/repalash/threepipe#readme", "homepage": "https://github.com/repalash/threepipe#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/repalash/threepipe.git"
"url": "git://github.com/repalash/threepipe.git",
"directory": "plugins/extra-importers"
} }
} }

+ 2
- 1
plugins/geometry-generator/package.json View File

"homepage": "https://github.com/repalash/threepipe#readme", "homepage": "https://github.com/repalash/threepipe#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/repalash/threepipe.git"
"url": "git://github.com/repalash/threepipe.git",
"directory": "plugins/geometry-generator"
} }
} }

+ 2
- 1
plugins/gltf-transform/package.json View File

"homepage": "https://github.com/repalash/threepipe#readme", "homepage": "https://github.com/repalash/threepipe#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/repalash/threepipe.git"
"url": "git://github.com/repalash/threepipe.git",
"directory": "plugins/gltf-transform"
} }
} }

+ 2
- 1
plugins/network/package.json View File

"homepage": "https://github.com/repalash/threepipe#readme", "homepage": "https://github.com/repalash/threepipe#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/repalash/threepipe.git"
"url": "git://github.com/repalash/threepipe.git",
"directory": "plugins/network"
} }
} }

+ 2
- 1
plugins/plugin-template-rollup/package.json View File

"homepage": "https://github.com/repalash/threepipe#readme", "homepage": "https://github.com/repalash/threepipe#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/repalash/threepipe.git"
"url": "git://github.com/repalash/threepipe.git",
"directory": "plugins/plugin-template-rollup"
} }
} }

+ 2
- 1
plugins/plugin-template-vite/package.json View File

"homepage": "https://github.com/repalash/threepipe#readme", "homepage": "https://github.com/repalash/threepipe#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/repalash/threepipe.git"
"url": "git://github.com/repalash/threepipe.git",
"directory": "plugins/plugin-template-vite"
} }
} }

+ 2
- 1
plugins/svg-renderer/package.json View File

"homepage": "https://github.com/repalash/threepipe#readme", "homepage": "https://github.com/repalash/threepipe#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/repalash/threepipe.git"
"url": "git://github.com/repalash/threepipe.git",
"directory": "plugins/svg-renderer"
} }
} }

+ 2
- 1
plugins/tweakpane-editor/package.json View File

"homepage": "https://github.com/repalash/threepipe#readme", "homepage": "https://github.com/repalash/threepipe#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/repalash/threepipe.git"
"url": "git://github.com/repalash/threepipe.git",
"directory": "plugins/tweakpane-editor"
} }
} }

Loading…
Cancel
Save