chore: add files field for npm publishing

This commit is contained in:
Jacob Heun 2018-11-09 16:27:16 +01:00
parent 902f3aa1d6
commit 810b4600b0

View File

@ -4,6 +4,9 @@
"description": "A test suite and interface you can use to implement a connection interface.",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"lint": "aegir lint",
"build": "aegir build",