mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
use package.json files object to reduce the package size
https://docs.npmjs.com/files/package.json#files
This commit is contained in:
@@ -38,5 +38,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user