Skip to content

Commit 01568ff

Browse files
Removed stuff that didn't belong
1 parent 65d93e6 commit 01568ff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export { projectExportName };
77
// tslint:disable: no-default-export
88
export default projectExportName;
99

10-
1110
// CommonJS default export hack
1211
if (typeof module === "object" && typeof module.exports === "object") {
1312
module.exports = Object.assign(module.exports.default, module.exports); // tslint:disable-line: no-unsafe-any

Diff for: src/project-package-name.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Options, Settings } from "./settings";
33
/**
44
* This is the project description
55
*
6-
* @returns - The new version number
6+
* @returns - Options
77
*/
88
export function projectExportName(options?: Options): string {
99
let settings = new Settings(options);

0 commit comments

Comments
 (0)