diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj index 7e4fe85c9..ef59023b7 100644 --- a/CrossPlatformModules.csproj +++ b/CrossPlatformModules.csproj @@ -2076,7 +2076,7 @@ --runtslint=true --runtslint=false - + @@ -2102,4 +2102,4 @@ - \ No newline at end of file + diff --git a/gruntfile.js b/gruntfile.js index 8094a9619..5e56b9b00 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -265,11 +265,12 @@ module.exports = function(grunt) { childPackageFiles: { expand: true, src: [ - localCfg.srcDir + "/**/package.json", - "!./package.json", - "!./Deploy/**/*.*", - "!./bin/**/*.*", - "!./Tests/**/*.*", + "**/package.json", + "!package.json", + "!Deploy/**/*.*", + "!bin/**/*.*", + "!Tests/**/*.*", + "!node_modules/**/*.*", "!" + localCfg.outDir + "/**/*.*" ], dest: localCfg.outModulesDir + "/" diff --git a/package.json b/package.json index 3cce63271..daa8a7192 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "grunt-simple-mocha": "0.4.0", "grunt-ts": "5.0.0-beta.5", "grunt-tslint": "2.5.0", + "tslint": "2.5.1", "grunt-typedoc": "0.2.3", "grunt-untar": "0.0.1", "mocha": "2.2.5",