Skip to content

Commit

Permalink
chore: npm version bump - patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayaksaxena committed May 18, 2020
1 parent 6c61320 commit 3e7e3a2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
@@ -1,9 +1,19 @@
{
"name": "wink-nlp",
"version": "0.0.0",
"version": "0.0.2",
"description": "Natural Language Processing",
"keywords": [
"NLP",
"tokenize",
"SBD",
"sentence boundary detection",
"negation handling",
"sentiment analysis",
"POS Tagging",
"NER",
"named entity extraction",
"word vectors",
"visualization",
"wink"
],
"main": "src/wink-nlp.js",
Expand Down Expand Up @@ -35,6 +45,5 @@
"jsdoc": "^3.6.4",
"mocha": "^7.1.2"
},
"runkitExampleFilename": "./runkit/example.js",
"dependencies": {}
}

0 comments on commit 3e7e3a2

Please sign in to comment.