Skip to content

Commit 6239b8e

Browse files
committed
0.1.0 release
1 parent 1b90140 commit 6239b8e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typhonjs-utils/object",
33
"description": "Provides common object manipulation utility functions and TypeScript type guards.",
4-
"version": "0.0.17",
4+
"version": "0.1.0",
55
"license": "MPL-2.0",
66
"author": "Michael Leahy <[email protected]> (https://github.com/typhonrt)",
77
"contributors": [
@@ -43,8 +43,16 @@
4343
"utils",
4444
"object"
4545
],
46+
"typedocOptions": {
47+
"dmtLinksService": {
48+
"Discord": "https://typhonjs.io/discord/",
49+
"GitHub": "https://github.com/typhonjs-node-utils/object",
50+
"NPM": "https://www.npmjs.com/package/@typhonjs-utils/object"
51+
}
52+
},
4653
"repository": "github:typhonjs-node-utils/object",
4754
"bugs": "https://github.com/typhonjs-node-utils/object/issues",
55+
"apidocs": "https://typhonjs-node-utils.github.io/object/",
4856
"scripts": {
4957
"build": "rollup -c",
5058
"docs": "typedoc-pkg --api-link esm",

0 commit comments

Comments
 (0)