Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kpman committed Dec 14, 2017
1 parent 14bbf15 commit 9bf56fb
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"name": "bottender-facebook",
"version": "0.3.1",
"version": "0.3.2",
"description": "Facebook connector for Bottender.",
"main": "lib/index.js",
"keywords": ["bottender", "facebook", "fb", "connector"],
"files": ["lib"],
"keywords": [
"bottender",
"facebook",
"fb",
"connector"
],
"files": [
"lib"
],
"scripts": {
"build": "npm run clean && babel src -d lib --ignore __tests__",
"clean": "rimraf lib",
Expand Down Expand Up @@ -47,6 +54,9 @@
"rimraf": "^2.6.2"
},
"lint-staged": {
"*.js": ["eslint --fix", "git add"]
"*.js": [
"eslint --fix",
"git add"
]
}
}

0 comments on commit 9bf56fb

Please sign in to comment.