Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Merge pull request #13 from cognitedata/christjt/bump-threejs-125
Browse files Browse the repository at this point in the history
Bump threejs version
  • Loading branch information
christjt authored Apr 13, 2021
2 parents 00b254e + 00d1db9 commit 3ee3853
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 224 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "@cognite/potree-core",
"version": "1.1.4",
"description": "Potree wrapper for threejs applications",
"main": "dist/bundle.js",
"repository": {
"type": "git",
"url": "https://github.com/cognitedata/potree-core.git"
},
"scripts": {
"build": "webpack && cp source/bundle.d.ts dist/",
"docs": "jsdoc -d docs source",
"pub": "npm run build && npm publish --access public ."
},
"keywords": [
"three",
"potree",
"3d",
"webgl"
],
"files": [
"dist"
],
"author": "Tentone",
"license": "MIT",
"peerDependencies": {
"three": "^0.113.2"
},
"dependencies": {},
"devDependencies": {
"jsdoc": "^3.5.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"worker-loader": "^2.0.0"
}
}
"name": "@cognite/potree-core",
"version": "1.1.4",
"description": "Potree wrapper for threejs applications",
"main": "dist/bundle.js",
"repository": {
"type": "git",
"url": "https://github.com/cognitedata/potree-core.git"
},
"scripts": {
"build": "webpack",
"docs": "jsdoc -d docs source",
"pub": "npm run build && npm publish --access public ."
},
"keywords": [
"three",
"potree",
"3d",
"webgl"
],
"files": [
"dist"
],
"author": "Tentone",
"license": "MIT",
"peerDependencies": {
"three": "^0.125.0"
},
"dependencies": {},
"devDependencies": {
"jsdoc": "^3.5.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"worker-loader": "^2.0.0"
}
}
Loading

0 comments on commit 3ee3853

Please sign in to comment.