Skip to content

Commit b5a0203

Browse files
committed
chore: remove version number in dist file
1 parent ca6bd42 commit b5a0203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/he-tree-vue/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const pkg = require("./package.json");
77
export const name = "heTreeVue"; // for umd, iife
88
export const banner = `
99
/*!
10-
* ${pkg.name} v${pkg.version}
10+
* ${pkg.name}
1111
* Author: ${pkg.author}
1212
* Homepage: ${pkg.homepage || null}
1313
* Released under the ${pkg.license} License.

0 commit comments

Comments
 (0)