Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 7877866

Browse files
committed
chore: try to fix ci
1 parent b8ef76d commit 7877866

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if: tag IS blank
66

77
install:
88
- |
9-
npm ci
9+
npm i
1010
- |
1111
if [ $TRAVIS_OS_NAME == "linux" ]; then
1212
export DISPLAY=':99.0'

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
| Version | Date | Changelog |
4+
| ------- | -------- | --------------- |
5+
| 1.0.0 | 14.01.20 | Initial release |

Diff for: packages/extension/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"displayName": "Prettier - Code formatter",
44
"description": "Code formatter using prettier",
55
"publisher": "SimonSiefke",
6-
"version": "1.0.0",
6+
"version": "1.0.0-dev",
7+
"galleryBanner": {
8+
"color": "#ffe04b",
9+
"theme": "light"
10+
},
711
"engines": {
812
"vscode": "^1.41.1"
913
},

0 commit comments

Comments
 (0)