Skip to content

Commit 193b3b7

Browse files
committed
Don't include tests in npm module
1 parent 9090a4e commit 193b3b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "axios-mock-adapter",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Axios adapter that allows to easily mock requests",
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha"
88
},
9+
"files": [
10+
"index.js"
11+
],
912
"repository": {
1013
"type": "git",
1114
"url": "git+https://github.com/ctimmerm/axios-mock-adapter.git"

0 commit comments

Comments
 (0)