mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Collect the modules-license for the definitions package
This commit is contained in:
@@ -154,6 +154,7 @@ module.exports = function(grunt) {
|
||||
definitionFiles: {
|
||||
src: [
|
||||
localCfg.srcDir + "/**/*.d.ts",
|
||||
pathModule.join(localCfg.srcDir, "LICENSE"),
|
||||
//Exclude the d.ts files in the apps folder - these are part of the apps and are already packed there!
|
||||
"!" + localCfg.srcDir + "/apps/**"
|
||||
].concat(localCfg.defaultExcludes).concat(localCfg.excludedModules),
|
||||
|
||||
Reference in New Issue
Block a user