Skip to content

Commit

Permalink
Update dependencies, publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Sep 6, 2023
1 parent 5990b1f commit b7d1908
Show file tree
Hide file tree
Showing 5 changed files with 64,732 additions and 94,112 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{
"name": "openbim-clay",
"main": "dist/index.js",
"version": "0.0.1",
"version": "1.0.0-alpha.1",
"author": "antonio gonzalez viegas, quim moya",
"license": "MIT",
"packageManager": "yarn@3.2.1",
"scripts": {
"test": "jest",
"build": "yarn clean && tsc && yarn build-examples",
"build-examples": "rollup -c",
"build-examples": "rollup -c resources/rollup.config.mjs",
"clean": "node resources/cleaner.mjs",
"publish-repo": "cpy package.json dist && cd dist && npm publish"
"publish-repo": "cpy package.json dist && cd dist && npm publish",
"publish-repo-alpha": "cpy package.json dist && cd dist && npm publish --tag alpha"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-commonjs": "25.0.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@types/earcut": "^2.1.1",
"@types/node": "^14.14.31",
"@types/three": "^0.143.0",
"@types/three": "0.152.1",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"cpy-cli": "^3.1.1",
Expand All @@ -28,14 +29,14 @@
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.0.4",
"prettier": "^2.3.1",
"rollup": "^2.79.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": "^0.0.51",
"three": "^0.135.0"
"openbim-components": "1.0.0-alpha.102",
"three": "0.152.2"
}
}
Loading

0 comments on commit b7d1908

Please sign in to comment.