Skip to content

Commit

Permalink
Merge branch 'develop' into 720_vega_scene_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
oltionchampari authored Dec 15, 2023
2 parents 53f8174 + d00fe37 commit 9061f7a
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,49 @@
"url": "https://jku-vds-lab.at/"
},
"license": "SEE LICENSE FILE",
"main": "dist/index.js",
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
".": {
"types": [
"./dist/index.d.ts",
"./src/index.ts"
],
"import": [
"./dist/index.js",
"./src/index.ts"
],
"default": [
"./dist/index.js",
"./src/index.ts"
]
},
"./phovea_registry": [
"./dist/phovea_registry.js",
"./src/phovea_registry.ts"
],
"./dist/phovea_registry": [
"./dist/phovea_registry.js",
"./src/phovea_registry.ts"
],
"./src/assets/*": [
"./dist/assets/*",
"./src/assets/*"
],
"./dist/assets/*": [
"./dist/assets/*",
"./src/assets/*"
],
"./src/scss/*": [
"./dist/scss/*",
"./src/scss/*"
],
"./dist/scss/*": [
"./dist/scss/*",
"./src/scss/*"
],
"./package.json": "./package.json"
},
"bugs": {
"url": "https://github.com/Caleydo/coral/issues"
},
Expand All @@ -33,7 +75,6 @@
"docs": "visyn_scripts docs",
"lint:fix": "visyn_scripts lint --fix",
"lint": "visyn_scripts lint",
"prepack": "yarn run build",
"start": "visyn_scripts start --env workspace_mode=single",
"storybook:build": "NODE_OPTIONS=--max_old_space_size=4096 build-storybook",
"storybook": "NODE_OPTIONS=--max_old_space_size=4096 start-storybook -p 6006",
Expand Down

0 comments on commit 9061f7a

Please sign in to comment.