chore: clean up published package (#110)

This commit is contained in:
Jacob Heun 2019-11-22 14:56:36 -06:00 committed by GitHub
parent aea41dec0e
commit b22152aec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +0,0 @@
node_modules
*.log
coverage
test

View File

@ -4,6 +4,10 @@
"description": "Secio implementation in JavaScript",
"leadMaintainer": "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"main": "src/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"lint": "aegir lint",
"build": "aegir build",