Skip to content

Commit 0e27b64

Browse files
committed
Fix NPM manifests
1 parent d36838d commit 0e27b64

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/mcaskill/js-html-build-attributes",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/mcaskill/js-html-build-attributes.git"
9+
"url": "git+https://github.com/mcaskill/js-html-build-attributes.git"
1010
},
1111
"author": {
1212
"name": "Chauncey McAskill",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"private": true,
3-
"type": "module",
43
"name": "@mcaskill/html-build-attributes",
4+
"version": "",
5+
"type": "module",
56
"workspaces": [
67
"./dist"
78
],

0 commit comments

Comments
 (0)