update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tspublish',
|
||||
version: '1.2.2',
|
||||
version: '1.2.3',
|
||||
description: 'A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.'
|
||||
}
|
||||
|
@ -74,6 +74,7 @@ export class PublishModule {
|
||||
const packageJson = {
|
||||
name: this.options.name,
|
||||
version: this.options.version,
|
||||
type: 'module',
|
||||
description: '',
|
||||
exports: {
|
||||
'.': {
|
||||
|
Reference in New Issue
Block a user