Skip to content

Commit

Permalink
v0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kpman committed Dec 5, 2017
1 parent 7d9cb52 commit da67ced
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bottender",
"description": "Make Bots in Your Way, Fast and Flexibly",
"version": "0.14.7",
"version": "0.14.8",
"license": "MIT",
"engines": {
"node": ">=7.6"
Expand Down Expand Up @@ -162,6 +162,9 @@
"resetMocks": true
},
"lint-staged": {
"*.js": ["eslint --fix", "git add"]
"*.js": [
"eslint --fix",
"git add"
]
}
}

0 comments on commit da67ced

Please sign in to comment.