Skip to content

Commit

Permalink
Merge pull request #3 from ser1us/main
Browse files Browse the repository at this point in the history
updated version number
  • Loading branch information
ser1us authored May 13, 2022
2 parents 8236dfd + 4cc63ed commit 5e5aa2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest]
# os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"bugs": {
"url": "https://github.com/ser1us/vscode-shrug/issues"
},
"version": "0.0.1",
"version": "1.0.0",
"engines": {
"vscode": "^1.66.0"
},
"scripts": {
"deploy": "vsce publish --yarn"
"deploy": "vsce publish"
},
"categories": [
"Snippets"
Expand Down Expand Up @@ -49,7 +49,7 @@
}
]
},
"dependencies": {
"devDependencies": {
"vsce": "^2.7.0"
}
}

0 comments on commit 5e5aa2f

Please sign in to comment.