Skip to content

Commit

Permalink
docs(typescript): mark as non-npm package
Browse files Browse the repository at this point in the history
Done by DefinitelyTyped maintainer in DefinitelyTyped/DefinitelyTyped@608c146#diff-948841420dd57be7be5d9d21fe002f4c so we should keep this
  • Loading branch information
ewanharris committed May 23, 2019
1 parent 02963d8 commit 113df0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apidoc/lib/typescript_generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ class GlobalTemplateWriter {
const { version } = require('../../package.json');
const versionSplit = version.split('.');
const majorMinor = `${versionSplit[0]}.${versionSplit[1]}`;
this.output += `// Type definitions for Titanium ${majorMinor}\n`;
this.output += `// Type definitions for non-npm package Titanium ${majorMinor}\n`;
this.output += '// Project: https://github.com/appcelerator/titanium_mobile\n';
this.output += '// Definitions by: Axway Appcelerator <https://github.com/appcelerator>\n';
this.output += '// Jan Vennemann <https://github.com/janvennemann>\n';
Expand Down

0 comments on commit 113df0e

Please sign in to comment.