Skip to content

Commit af8201e

Browse files
init
1 parent 80afbf1 commit af8201e

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ This is a VS Code extension that enables format on save for Dart projects. Ultim
2020
```
2121

2222
3. You're good to go!
23-
24-

bin/over_react_format-3.33.0

-7.31 MB
Binary file not shown.

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@
88
"engines": {
99
"vscode": "^1.97.0"
1010
},
11-
"categories": [
12-
"Other"
13-
],
14-
"activationEvents": [
15-
"onLanguage:dart"
16-
],
11+
"categories": ["Other"],
12+
"activationEvents": ["onLanguage:dart"],
1713
"main": "./out/extension.js",
1814
"scripts": {
1915
"vscode:prepublish": "npm run compile",

0 commit comments

Comments
 (0)