We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fb8bc commit b7f7e88Copy full SHA for b7f7e88
package.json
@@ -2,19 +2,19 @@
2
"name": "tlmviewer",
3
"author": "Victor Poughon",
4
"private": false,
5
- "version": "0.0.4",
+ "version": "0.0.5",
6
"description": "3D viewer for torchlensmaker",
7
"license": "GPL v3",
8
"type": "module",
9
"git repository": "https://github.com/victorpoughon/tlmviewer",
10
"files": [
11
"dist"
12
],
13
- "main": "./dist/tlmviewer-0.0.4.js",
14
- "module": "./dist/tlmviewer0.0.4.js",
+ "main": "./dist/tlmviewer-0.0.5.js",
+ "module": "./dist/tlmviewer0.0.5.js",
15
"exports": {
16
".": {
17
- "import": "./dist/tlmviewer0.0.4.js"
+ "import": "./dist/tlmviewer0.0.5.js"
18
}
19
},
20
"scripts": {
0 commit comments