Skip to content

Commit

Permalink
Merge pull request #7 from IFCjs/revert-6-feat/restructure-clay
Browse files Browse the repository at this point in the history
Revert "Refactoring the code and creating the SimpleWall family"
  • Loading branch information
rrdls authored Feb 12, 2024
2 parents f2b82ca + c481d97 commit 2b5d36b
Show file tree
Hide file tree
Showing 45 changed files with 25,827 additions and 166,832 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
ignorePatterns: ["**/dist/*", "**/node_modules/*", "**/*.json", "**/*.js"],
rules: {
"prettier/prettier": [
"off",
"error",
{
endOfLine: "auto",
},
Expand Down
150 changes: 0 additions & 150 deletions examples/simple-wall.html

This file was deleted.

44 changes: 21 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,29 @@
"publish-repo-alpha": "cpy package.json dist && cd dist && npm publish --tag alpha"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/earcut": "^2.1.4",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.6",
"@types/three": "^0.160.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"cpy-cli": "^5.0.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.2.4",
"rollup": "^4.9.6",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"@rollup/plugin-commonjs": "25.0.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@types/earcut": "^2.1.1",
"@types/jest": "27.0.0",
"@types/node": "^14.14.31",
"@types/three": "0.152.1",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"cpy-cli": "^3.1.1",
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"jest": "27.0.4",
"prettier": "^2.3.1",
"rollup": "3.2.3",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"dependencies": {
"earcut": "^2.2.4",
"openbim-components": "^1.3.2",
"three": "^0.160.1",
"web-ifc": "^0.0.50"
"three": "0.152.2"
}
}
Loading

0 comments on commit 2b5d36b

Please sign in to comment.