Merge pull request #30 from v-gjy/patch-1

chore: add repository info to package.json
This commit is contained in:
Charles Kerr
2021-10-19 12:54:39 -05:00
committed by GitHub

View File

@@ -10,6 +10,10 @@
"apple silicon", "apple silicon",
"universal" "universal"
], ],
"repository": {
"type": "git",
"url": "https://github.com/electron/universal.git"
},
"engines": { "engines": {
"node": ">=8.6" "node": ">=8.6"
}, },