Add files array to npm:bootstrap@4.0.0-alpha.2 to match npm's behavior

This commit is contained in:
Frederik Schubert
2016-06-11 07:54:58 +08:00
parent 4da32e0c41
commit 0684f90eed
@@ -1,6 +1,13 @@
{ {
"main": "dist/js/bootstrap", "main": "dist/js/bootstrap",
"files": null, "files": [
"dist",
"grunt",
"js/*.js",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"
],
"ignore": [ "ignore": [
"dist/js/npm" "dist/js/npm"
], ],