Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natterstefan committed Apr 6, 2019
1 parent 066ab54 commit 717a756
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"author": "Stefan Natter",
"publisher": "natterstefan",
"license": "Apache-2.0",
"version": "0.1.0",
"version": "0.2.0",
"main": "./dist/index.js",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist && rimraf dist-test",
"build": "npm run clean && babel ./src --out-dir dist && babel test --out-dir dist-test",
Expand All @@ -21,7 +23,9 @@
"engines": {
"vscode": "^1.27.1"
},
"categories": ["Other"],
"categories": [
"Other"
],
"activationEvents": [
"*",
"onCommand:toggl.fetchToggl",
Expand Down Expand Up @@ -88,7 +92,11 @@
}
},
"lint-staged": {
"*.js": ["prettier --write", "npm run lint-fix", "git update-index --again"]
"*.js": [
"prettier --write",
"npm run lint-fix",
"git update-index --again"
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 717a756

Please sign in to comment.