File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 "build" : " rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript" ,
3737 "release" : " npm run build && node ci/compress.js" ,
3838 "preversion" : " npm run build && npm test" ,
39- "version" : " npm run build && node ci/compress.js && git add -A dist"
39+ "version" : " npm run build && node ci/compress.js && git add -A dist src/index.ts "
4040 },
4141 "lint-staged" : {
4242 "js/*.js" : [
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export { Tooltip } from './tooltip';
5252export { Waves } from './waves' ;
5353export { Range } from './range' ;
5454
55- export const version = '2.1.0 ' ;
55+ export const version = '2.1.1 ' ;
5656
5757export const Grid = ( children : any = '' ) => {
5858 return `<div class="row">${ children } </row>` ;
You can’t perform that action at this time.
0 commit comments