Skip to content

Commit bd567af

Browse files
"module" => "package"
1 parent f2831a3 commit bd567af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/specs/exports.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const commonJSExport = require("../../");
44
const { expect } = require("../utils/chai");
55
const { default: defaultExport, versionBump: namedExport } = require("../../");
66

7-
describe("version-bump-prompt module exports", () => {
7+
describe("version-bump-prompt package exports", () => {
88

99
it("should export the versionBump() function as the default CommonJS export", () => {
1010
expect(commonJSExport).to.be.a("function");

0 commit comments

Comments
 (0)