Skip to content

Commit

Permalink
Removed false keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanhd committed Nov 2, 2016
1 parent 700d8b5 commit 09e3405
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
@@ -1,15 +1,13 @@
{
"name": "talkify-classifier",
"version": "1.0.1",
"version": "1.0.2",
"description": "Classifier interface for Talkify",
"main": "index.js",
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"keywords": [
"ibm",
"watson",
"talkify",
"bot",
"classifier",
Expand Down

0 comments on commit 09e3405

Please sign in to comment.