Skip to content

Commit

Permalink
Don't include tests in npm module
Browse files Browse the repository at this point in the history
  • Loading branch information
ctimmerm committed Mar 23, 2016
1 parent 9090a4e commit 193b3b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "axios-mock-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Axios adapter that allows to easily mock requests",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ctimmerm/axios-mock-adapter.git"
Expand Down

0 comments on commit 193b3b7

Please # to comment.