We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f73fa commit 57b9d95Copy full SHA for 57b9d95
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "bim-fragment",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "3D BIM Geometry API",
5
"main": "src/index.js",
6
"scripts": {
7
"test": "jest",
8
"build": "tsc && yarn build-examples",
9
"build-examples": "rollup -c resources/rollup.config.mjs",
10
- "publish-repo": "cpy package.json dist && cd dist && npm publish",
+ "publish-repo": "tsc && cpy package.json dist && cd dist && npm publish",
11
"create-flatbuffers": "cd src/flatbuffers && flatc.exe --ts fragment.fbs",
12
"create-stream-flatbuffers": "cd src/flatbuffers && flatc.exe --ts streamed-geometry.fbs",
13
"regen-json": "cd src/flatbuffers && flatc.exe --json --raw-binary fragment.fbs -- model.frag"
0 commit comments