Only publish the required files

Details: https://docs.npmjs.com/files/package.json#files
This commit is contained in:
Benjie Gillam 2019-04-18 14:46:36 +01:00 committed by GitHub
parent eafb7acd95
commit c11dbb1c2b
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"
]
}