Skip to content

Commit 37cb6a2

Browse files
committed
fix a warning from npm publish
1 parent 6bfc1c1 commit 37cb6a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: npm/@esbuild/android-x64/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@esbuild/android-x64",
33
"version": "0.25.1",
44
"description": "A WebAssembly shim for esbuild on Android x64.",
5-
"repository": "https://github.com/evanw/esbuild",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/evanw/esbuild.git"
8+
},
69
"license": "MIT",
710
"preferUnplugged": true,
811
"engines": {

0 commit comments

Comments
 (0)