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 fa0ee10 commit fc6cd3bCopy full SHA for fc6cd3b
packages/lib/package.json
@@ -8,6 +8,13 @@
8
"files": [
9
"./dist"
10
],
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/vscode-elements/react-elements.git"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/vscode-elements/react-elements/issues"
17
18
"scripts": {
19
"clean": "rimraf --glob vscode-elements-react-elements-*.tgz && rimraf dist",
20
"build": "npm run clean && tsc",
0 commit comments