Skip to content

Commit

Permalink
Update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelie committed May 12, 2024
1 parent ac30d43 commit d8bbfad
Show file tree
Hide file tree
Showing 3 changed files with 2,046 additions and 1,604 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import fsa from 'fs/promises'
import rewriteImports from 'gulp-rewrite-imports'
import path from 'path'

/** @type {{version:string,name:string}} */
/** @type {import("types-package-json").PackageJson} */
const pj = await fsa.readFile("package.json").then(jsonString => JSON.parse(jsonString));
const unpkgRoot = "https://unpkg.com/" + pj.name + "@" + pj.version + "/dist/";
/** @type {{[k:string]: string}} */
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"rimraf": "3.0.2",
"terser": "5.7.0",
"typedoc": "0.20.36",
"types-package-json": "2.0.39",
"typescript": "4.2.4"
},
"homepage": "https://shmuelie.github.io/hashed-es6/",
Expand Down
Loading

0 comments on commit d8bbfad

Please sign in to comment.