Skip to content

Commit

Permalink
0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonrt committed Jan 9, 2024
1 parent ffca805 commit 7e40cec
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@typhonjs-utils/file-util",
"description": "Provides several utility functions for working with the file system including a TyphonJS plugin.",
"version": "0.0.11",
"version": "0.1.0",
"author": "Michael Leahy <[email protected]> (https://github.com/typhonrt)",
"type": "module",
"exports": {
Expand Down Expand Up @@ -47,11 +47,20 @@
"utils",
"file"
],
"typedocOptions": {
"dmtLinksService": {
"Discord": "https://typhonjs.io/discord/",
"GitHub": "https://github.com/typhonjs-node-utils/file-util",
"NPM": "https://www.npmjs.com/package/@typhonjs-utils/file-util"
}
},
"license": "MPL-2.0",
"bugs": "https://github.com/typhonjs-node-utils/file-util/issues",
"repository": "github:typhonjs-node-utils/file-util",
"bugs": "https://github.com/typhonjs-node-utils/file-util/issues",
"apidocs": "https://typhonjs-node-utils.github.io/file-util/",
"scripts": {
"eslint": "eslint .",
"docs": "typedoc-pkg --api-link esm",
"prepublishOnly": "npm run eslint && npm run types && npm run test-node && npm run test-browser",
"pretest-browser": "rollup --config rollup.config.browser-test.js",
"posttest-browser": "nyc report --exclude-after-remap=true --reporter=lcov --reporter=text-summary --report-dir=coverage-browser",
Expand Down

0 comments on commit 7e40cec

Please sign in to comment.