Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Feb 22, 2019
1 parent 564c3b7 commit 881b1dd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
*~
node_modules/
coverage/
.nyc_output/
.idea/

*.tgz

dataset.tt
thingpedia.json

*.tsv
*.csv
*.bin
!data/**/*.tsv

!test/**/*-results.csv
!test/**/expected-*.csv
!test/**/expected-*.tsv
!test/data/synthetic.tsv
!test/data/easy-hard-functions.tsv
!test/data/parameter-datasets.tsv
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genie-toolkit",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Generator of Natural Language Parsers for Compositional Virtual Assistants",
"main": "lib/index.js",
"repository": "https://github.com/Stanford-Mobisocial-IoT-Lab/genie-toolkit.git",
Expand Down

0 comments on commit 881b1dd

Please sign in to comment.