Skip to content

Commit 717a756

Browse files
committedApr 6, 2019
0.2.0
1 parent 066ab54 commit 717a756

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed
 

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+12-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
"author": "Stefan Natter",
66
"publisher": "natterstefan",
77
"license": "Apache-2.0",
8-
"version": "0.1.0",
8+
"version": "0.2.0",
99
"main": "./dist/index.js",
10-
"files": ["dist"],
10+
"files": [
11+
"dist"
12+
],
1113
"scripts": {
1214
"clean": "rimraf dist && rimraf dist-test",
1315
"build": "npm run clean && babel ./src --out-dir dist && babel test --out-dir dist-test",
@@ -21,7 +23,9 @@
2123
"engines": {
2224
"vscode": "^1.27.1"
2325
},
24-
"categories": ["Other"],
26+
"categories": [
27+
"Other"
28+
],
2529
"activationEvents": [
2630
"*",
2731
"onCommand:toggl.fetchToggl",
@@ -88,7 +92,11 @@
8892
}
8993
},
9094
"lint-staged": {
91-
"*.js": ["prettier --write", "npm run lint-fix", "git update-index --again"]
95+
"*.js": [
96+
"prettier --write",
97+
"npm run lint-fix",
98+
"git update-index --again"
99+
]
92100
},
93101
"repository": {
94102
"type": "git",

0 commit comments

Comments
 (0)