chore: add publish files to package

This commit is contained in:
Jacob Heun 2018-11-15 18:58:40 +01:00
parent 88ebd1fc09
commit 64bba57255
No known key found for this signature in database
GPG Key ID: CA5A94C15809879F

View File

@ -4,6 +4,10 @@
"description": "JavaScript base class for libp2p bundles",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"main": "src/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"lint": "aegir lint",
"build": "aegir build",