We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2107ff0 commit 777dc6aCopy full SHA for 777dc6a
2 files changed
package.json
@@ -36,7 +36,7 @@
36
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
37
"release": " npm run build && node ci/compress.js",
38
"preversion": "npm run build && npm test",
39
- "version": "npm run build && node ci/compress.js && git add -A dist"
+ "version": "npm run build && node ci/compress.js && git add -A dist src/index.ts"
40
},
41
"lint-staged": {
42
"js/*.js": [
src/index.ts
@@ -52,7 +52,7 @@ export { Tooltip } from './tooltip';
52
export { Waves } from './waves';
53
export { Range } from './range';
54
55
-export const version = '2.1.0';
+export const version = '2.1.1';
56
57
export const Grid = (children: any = '') => {
58
return `<div class="row">${children}</row>`;
0 commit comments