Skip to content

Commit

Permalink
Refactor texture script: move to textures.js, update package version …
Browse files Browse the repository at this point in the history
…to 2.1.1
  • Loading branch information
cpietsch committed Nov 20, 2024
1 parent 1819459 commit 6194d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vikus-viewer-script",
"version": "2.1.0",
"version": "2.1.1",
"description": "Preprocessing scripts for vikus-viewer",
"author": {
"name": "Christopher Pietsch",
Expand All @@ -18,7 +18,7 @@
"url": "https://github.com/cpietsch/vikus-viewer-script.git"
},
"bin": {
"vikus-viewer-script": "bin/textures"
"vikus-viewer-script": "bin/textures.js"
},
"main": "src/index.js",
"scripts": {},
Expand Down

0 comments on commit 6194d8a

Please sign in to comment.