mirror of
https://github.com/zhigang1992/connect.git
synced 2026-04-23 12:47:55 +08:00
fix: inject version into manifest.json, ignore .zip in git
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -12,4 +12,5 @@ dist/
|
||||
yarn-error.log
|
||||
.github/workflows/event.json
|
||||
.npmrc
|
||||
coverage/
|
||||
coverage/
|
||||
*.zip
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Blockstack",
|
||||
"author": "Blockstack",
|
||||
"version": "1.13.1",
|
||||
"version": "<% VERSION %>",
|
||||
"description": "The Blockstack app is all you need to access the new internet. Access privacy-friendly apps and keep data in your control.",
|
||||
"icons": {
|
||||
"128": "assets/logo-128@1x.png",
|
||||
|
||||
Reference in New Issue
Block a user