Skip to content

Commit eefe5cc

Browse files
docs: update metadata on package.json
Now includes the LICENSE, and keywords.
1 parent 13ffab9 commit eefe5cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "@tygo-van-den-hurk/slyde",
3+
"license": "GPL-3.0-only",
34
"description": "Make beautifully animated Slydes and presentations from XML with ease!",
45
"homepage": "https://Tygo-van-den-Hurk.github.io/Slyde",
56
"author": "Tygo van den Hurk",
67
"version": "0.0.1",
78
"private": false,
9+
"keywords": ["cli", "xml", "typescript", "slyde", "easy", "presentation", "plugin-support"],
810
"repository": {
911
"type": "git",
1012
"url": "git://github.com/Tygo-van-den-Hurk/Slyde.git"
@@ -25,7 +27,6 @@
2527
"./dist"
2628
],
2729
"publishConfig": {
28-
"registry": "https://npm.pkg.github.com/",
2930
"access": "public"
3031
},
3132
"type": "module",

0 commit comments

Comments
 (0)