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 1b90140 commit 6239b8e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@typhonjs-utils/object",
"description": "Provides common object manipulation utility functions and TypeScript type guards.",
"version": "0.0.17",
"version": "0.1.0",
"license": "MPL-2.0",
"author": "Michael Leahy <support@typhonjs.io> (https://github.com/typhonrt)",
"contributors": [
Expand Down Expand Up @@ -43,8 +43,16 @@
"utils",
"object"
],
"typedocOptions": {
"dmtLinksService": {
"Discord": "https://typhonjs.io/discord/",
"GitHub": "https://github.com/typhonjs-node-utils/object",
"NPM": "https://www.npmjs.com/package/@typhonjs-utils/object"
}
},
"repository": "github:typhonjs-node-utils/object",
"bugs": "https://github.com/typhonjs-node-utils/object/issues",
"apidocs": "https://typhonjs-node-utils.github.io/object/",
"scripts": {
"build": "rollup -c",
"docs": "typedoc-pkg --api-link esm",
Expand Down

0 comments on commit 6239b8e

Please sign in to comment.