We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36838d commit 0e27b64Copy full SHA for 0e27b64
dist/package.json
@@ -6,7 +6,7 @@
6
"homepage": "https://github.com/mcaskill/js-html-build-attributes",
7
"repository": {
8
"type": "git",
9
- "url": "https://github.com/mcaskill/js-html-build-attributes.git"
+ "url": "git+https://github.com/mcaskill/js-html-build-attributes.git"
10
},
11
"author": {
12
"name": "Chauncey McAskill",
package.json
@@ -1,7 +1,8 @@
1
{
2
"private": true,
3
- "type": "module",
4
"name": "@mcaskill/html-build-attributes",
+ "version": "",
5
+ "type": "module",
"workspaces": [
"./dist"
],
0 commit comments