Merge pull request #2996 from wing328/package_json_license

Update nodejs/ts package.json use Apache-2.0 license
This commit is contained in:
wing328
2016-05-30 21:34:24 +08:00
36 changed files with 843 additions and 295 deletions

View File

@@ -42,7 +42,6 @@ public class TypeScriptNodeClientCodegen extends AbstractTypeScriptClientCodegen
supportingFiles.add(new SupportingFile("api.mustache", null, "api.ts"));
supportingFiles.add(new SupportingFile("git_push.sh.mustache", "", "git_push.sh"));
LOGGER.warn("check additionals: " + additionalProperties.get(NPM_NAME));
if(additionalProperties.containsKey(NPM_NAME)) {
addNpmPackageGeneration();
}