Remove version from banner due to np
Since it bumps the version after it builds the packages, the package is being uploaded with wrong versionpull/1/head
parent
5b4b2520cd
commit
4fed2fcd7d
|
@ -6,7 +6,7 @@ import { terser as rollupPluginTerser } from 'rollup-plugin-terser';
|
||||||
import rollupPluginTypescript from '@rollup/plugin-typescript';
|
import rollupPluginTypescript from '@rollup/plugin-typescript';
|
||||||
|
|
||||||
export const banner = () => rollupPluginBanner(
|
export const banner = () => rollupPluginBanner(
|
||||||
'<%= pkg.name %> v<%= pkg.version %> by Nikita Karamov\nInspired by Likely (https://ilyabirman.net/projects/likely/)'
|
'<%= pkg.name %> by Nikita Karamov\nInspired by Likely (https://ilyabirman.net/projects/likely/)'
|
||||||
)
|
)
|
||||||
|
|
||||||
export const postcss = (file, minify) => rollupPluginPostcss({
|
export const postcss = (file, minify) => rollupPluginPostcss({
|
||||||
|
|
Loading…
Reference in New Issue