Skip to content

Commit

Permalink
Remove version from banner due to np
Browse files Browse the repository at this point in the history
Since it bumps the version after it builds the packages, the package is being uploaded with wrong version
  • Loading branch information
kytta committed Mar 25, 2020
1 parent 5b4b252 commit 4fed2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 4fed2fc

Please sign in to comment.