Skip to content

Commit 80ed7f0

Browse files
committed
Readme cleanup
1 parent 0517e9e commit 80ed7f0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
#### Used to acquire ownership of file(s) inside common to all team members project
44

5-
[![Logo](./resources/icons/logo.png)](https://marketplace.visualstudio.com/items?itemName=code4bones.sharedlock)
6-
75
## Installation
86

97
Install from vscode marketplace [SharedLock](https://marketplace.visualstudio.com/items?itemName=code4bones.sharedlock).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sharedlock",
33
"displayName": "SharedLock",
44
"description": "Sharing file locks in workspace files via network",
5-
"version": "0.2.8",
5+
"version": "0.2.9",
66
"publisher": "code4bones",
77
"icon": "resources/icons/logo.png",
88
"repository": {
@@ -175,7 +175,7 @@
175175
"prebuild":"rimraf -rf ./dist",
176176
"package": "vsce package",
177177
"prepackage": "npm run build",
178-
"publish": "vsce publish --pre-release",
178+
"publish": "vsce publish",
179179
"prepublish": "npm run compile"
180180
},
181181
"devDependencies": {

0 commit comments

Comments
 (0)