MikeHopcroft / ShortOrder

A natural language conversational agent for ordering and organizing items from a catalog.
MIT License
13 stars 7 forks source link

Remove @types from package.json files #34

Closed drub0y closed 6 years ago

drub0y commented 6 years ago

Now that the snowball-stemmers package is properly referenced as a true npm package and the @types/snowball-stemmers directory is no longer part of this repo, we should remove the "@types" entry from the files array in package.json.

Also added "nlp" to the keywords array.