Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cpietsch committed Dec 1, 2021
1 parent 0af15b5 commit a35b8f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vikus-viewer-script",
"version": "2.0.1",
"version": "2.0.2",
"description": "Preprocessing scripts for vikus-viewer",
"author": {
"name": "Christopher Pietsch",
Expand All @@ -23,13 +23,13 @@
"main": "src/index.js",
"scripts": {},
"engines": {
"node": ">=10.13.0"
"node": ">=17.0.0"
},
"dependencies": {
"@mapbox/shelf-pack": "^3.2.0",
"glob": "^7.1.6",
"sharp": "^0.25.2",
"sharpsheet": "^0.0.3",
"sharpsheet": "^0.0.6",
"glob": "^7.2.0",
"sharp": "^0.29.3",
"yargs": "^15.1.0"
}
}
}
3 changes: 0 additions & 3 deletions src/cascade.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// https://github.com/cpietsch/vikus-viewer-script
// by Christopher Pietsch 2020

const sharp = require("sharp");
const path = require("path");
const glob = require("glob");
Expand Down
3 changes: 0 additions & 3 deletions src/textures.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// https://github.com/cpietsch/vikus-viewer-script
// by Christopher Pietsch 2020

const fs = require("fs");
const path = require("path");
const cascade = require("./cascade.js");
Expand Down

0 comments on commit a35b8f9

Please sign in to comment.