Skip to content

Commit

Permalink
Prepare ifc-js integration for release 0.0.3 (#2)
Browse files Browse the repository at this point in the history
* Prepare ifc-js integration for release 0.0.3

* Revert changes to automatically editted files in ifc integration

Co-authored-by: Vasco Guita <[email protected]>
  • Loading branch information
vascoguita and Vasco Guita authored Nov 12, 2021
1 parent 6495062 commit f402f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ifc-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ifc-js",
"version": "0.0.2",
"version": "0.0.4",
"description": "CERNBox web IFC.js integration",
"license": "AGPL-3.0",
"author": "CERNBox",
Expand Down
2 changes: 1 addition & 1 deletion ifc-js/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default {
},
addIFCModel: function () {
const ifcLoader = new IFCLoader()
ifcLoader.ifcManager.setWasmPath('../../../../../../../../../../../../../../../../cernbox/ifc-js-0.0.1/')
ifcLoader.ifcManager.setWasmPath('../../../../../../../../../../../../../../../../cernbox/ifc-js-0.0.3/')
const header = {
Authorization: 'Bearer ' + this.getToken,
'X-Requested-With': 'XMLHttpRequest'
Expand Down

0 comments on commit f402f6d

Please sign in to comment.