Skip to content

Commit 34ceaf3

Browse files
committed
Fix up package.json for publishing provenance
1 parent df55403 commit 34ceaf3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

javascript/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@
1111
"type": "tsc --allowJs -d --target ES2015 --emitDeclarationOnly --outDir src src/index.js"
1212
},
1313
"author": "Shopify <[email protected]>",
14-
"license": "MIT"
14+
"license": "MIT",
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/ruby/prism.git"
18+
}
1519
}

0 commit comments

Comments
 (0)