Skip to content

Commit 7e40cec

Browse files
committed
0.1.0 release
1 parent ffca805 commit 7e40cec

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typhonjs-utils/file-util",
33
"description": "Provides several utility functions for working with the file system including a TyphonJS plugin.",
4-
"version": "0.0.11",
4+
"version": "0.1.0",
55
"author": "Michael Leahy <support@typhonjs.io> (https://github.com/typhonrt)",
66
"type": "module",
77
"exports": {
@@ -47,11 +47,20 @@
4747
"utils",
4848
"file"
4949
],
50+
"typedocOptions": {
51+
"dmtLinksService": {
52+
"Discord": "https://typhonjs.io/discord/",
53+
"GitHub": "https://github.com/typhonjs-node-utils/file-util",
54+
"NPM": "https://www.npmjs.com/package/@typhonjs-utils/file-util"
55+
}
56+
},
5057
"license": "MPL-2.0",
51-
"bugs": "https://github.com/typhonjs-node-utils/file-util/issues",
5258
"repository": "github:typhonjs-node-utils/file-util",
59+
"bugs": "https://github.com/typhonjs-node-utils/file-util/issues",
60+
"apidocs": "https://typhonjs-node-utils.github.io/file-util/",
5361
"scripts": {
5462
"eslint": "eslint .",
63+
"docs": "typedoc-pkg --api-link esm",
5564
"prepublishOnly": "npm run eslint && npm run types && npm run test-node && npm run test-browser",
5665
"pretest-browser": "rollup --config rollup.config.browser-test.js",
5766
"posttest-browser": "nyc report --exclude-after-remap=true --reporter=lcov --reporter=text-summary --report-dir=coverage-browser",

0 commit comments

Comments
 (0)