Skip to content

Commit ace8e11

Browse files
committed
Convert badges to PNG
1 parent 82fd1d2 commit ace8e11

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# dart-import
22

3-
[![CI](https://github.com/luanpotter/vscode-dart-import/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/luanpotter/vscode-dart-import/actions?query=workflow%3ACI)
4-
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/luanpotter/vscode-dart-import)](https://github.com/luanpotter/vscode-dart-import/releases)
3+
[![CI Status](https://raster.shields.io/github/workflow/status/luanpotter/vscode-dart-import/CI/master)](https://github.com/luanpotter/vscode-dart-import/actions?query=workflow%3ACI)
4+
[![Latest Release](https://raster.shields.io/github/v/release/luanpotter/vscode-dart-import)](https://github.com/luanpotter/vscode-dart-import/releases)
55

66
A simple plugin for VSCode to change all Dart/Flutter imports to relative format.
77

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"scripts": {
2727
"vscode:prepublish": "npm run compile",
2828
"compile": "tsc -p ./",
29+
"package": "vsce package",
2930
"lint": "eslint . --ext .ts,.tsx",
3031
"watch": "tsc -watch -p ./",
3132
"pretest": "npm run compile",

0 commit comments

Comments
 (0)