Merge pull request #24 from benjie/patch-1

Only publish the required files
This commit is contained in:
Herman J. Radtke III 2019-05-23 13:17:32 -07:00 committed by GitHub
commit b53c2bd224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,5 +30,9 @@
"chai": "^4.1.1",
"istanbul": "^0.4.5",
"mocha": "^3.5.0"
}
},
"files": [
"index.js",
"index.d.ts"
]
}