diff --git a/ship.config.cjs b/ship.config.cjs index 1cb4ff5..51493fb 100644 --- a/ship.config.cjs +++ b/ship.config.cjs @@ -1,8 +1,7 @@ module.exports = { - appname: "generator-12deg-library", - buildCommand: () => null, - publishCommand: () => { - return "npm publish --access public"; - }, - }; - \ No newline at end of file + appname: "generator-12deg-library", + buildCommand: () => null, + publishCommand: () => { + return "npm publish --access public"; + }, +};