Skip to content

Commit

Permalink
2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalhoun committed Apr 16, 2018
1 parent 25bb487 commit 0d46e15
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperterm-summon",
"version": "2.0.7",
"version": "2.0.8",
"description": "Summon your Hyperterm windows with a system-wide hotkey",
"main": "index.js",
"repository": {
Expand All @@ -10,8 +10,7 @@
"scripts": {
"lint": "eslint '{index,{__mocks__,fixtures,modules}/**/*}.js'",
"precommit": "lint-staged",
"prettier":
"prettier --write '{index,{__mocks__,fixtures,modules}/**/*}.js'",
"prettier": "prettier --write '{index,{__mocks__,fixtures,modules}/**/*}.js'",
"test": "jest"
},
"keywords": [
Expand Down

0 comments on commit 0d46e15

Please sign in to comment.