Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNerma committed Feb 22, 2017
1 parent 9cb5f2b commit b198754
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "lisa-node",
"version": "2.0.0",
"version": "2.1.0",
"description": "A smart virtual assistant",
"main": "src/es6/core.js",
"files": [
"src/es6/core.js",
"src/es6/lis-parser.js",
"src/es6/node-cli.js",
"src/es6/localdata.js"
"src/es6/localdata.js",
"src/es6/utils.js"
],
"bin": {
"lisa": "src/es6/node-cli.js"
Expand Down

0 comments on commit b198754

Please sign in to comment.