only publish necessary files
This commit is contained in:
parent
f9efc38eb1
commit
d30819a059
@ -17,5 +17,10 @@
|
|||||||
"test": "nyc ava",
|
"test": "nyc ava",
|
||||||
"ci": "yarn && node jenkins.js",
|
"ci": "yarn && node jenkins.js",
|
||||||
"mutate": "stryker run"
|
"mutate": "stryker run"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"LICENSE",
|
||||||
|
"index.js",
|
||||||
|
"index.d.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user