Remove version from banner due to np

Since it bumps the version after it builds the packages, the package is being uploaded with wrong version
This commit is contained in:
Nikita Karamov 2020-03-25 22:18:26 +01:00
parent 5b4b2520cd
commit 4fed2fcd7d
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import { terser as rollupPluginTerser } from 'rollup-plugin-terser';
import rollupPluginTypescript from '@rollup/plugin-typescript';
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({