Add files array to npm:bootstrap@4.0.0-alpha.2 to match npm's behavior
This commit is contained in:
@@ -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"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user