Skip to content

Commit

Permalink
Update npm packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Jun 29, 2017
1 parent bd3f5e9 commit 8c48c58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
bin
build
dist
node_modules
venv
*.py[cod]
*.egg-info
Expand Down
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha tests"
},
"repository": {
"type": "git",
Expand All @@ -23,5 +23,8 @@
"bugs": {
"url": "https://github.com/gunthercox/chatterbot-corpus/issues"
},
"homepage": "https://github.com/gunthercox/chatterbot-corpus#readme"
"homepage": "https://github.com/gunthercox/chatterbot-corpus#readme",
"devDependencies": {
"mocha": "^3.4.2"
}
}

0 comments on commit 8c48c58

Please sign in to comment.