aboutsummaryrefslogtreecommitdiff
path: root/lib/admin
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-10 22:08:54 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-10 22:08:54 -0400
commit277dd634e169e7341272e304f715a542047396d7 (patch)
tree66c07a3605e8c8762007ac34233cd73655162a38 /lib/admin
parent7cb2e971e43df248d8eed585e4a96d79492e4e79 (diff)
Introduce builds using vnbuild for the websitev0.1.1
Diffstat (limited to 'lib/admin')
-rw-r--r--lib/admin/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/admin/package.json b/lib/admin/package.json
index 4405d3e..14a7850 100644
--- a/lib/admin/package.json
+++ b/lib/admin/package.json
@@ -3,6 +3,11 @@
"version": "0.1.1",
"author": "Vaughn Nugent",
"description": "A browser client library for CMNext admin UI development",
+ "copyright": "Copyright \u00A9 2023 Vaughn Nugent",
+ "repository": "https://github.com/VnUgE/CMNext/tree/master/lib/admin",
+ "output_dir": "bin",
+ "type": "module",
+
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",