Comparing version 0.0.3 to 0.0.4
/*! | ||
* v-skeletor v0.0.3 | ||
* v-skeletor v0.0.4 | ||
* Vue 2 Skeleton Loading component. | ||
@@ -4,0 +4,0 @@ * (c) 2021 Vinayak Kulkarni<inbox.vinayak@gmail.com> |
/*! | ||
* v-skeletor v0.0.3 | ||
* v-skeletor v0.0.4 | ||
* Vue 2 Skeleton Loading component. | ||
@@ -4,0 +4,0 @@ * (c) 2021 Vinayak Kulkarni<inbox.vinayak@gmail.com> |
/*! | ||
* v-skeletor v0.0.3 | ||
* v-skeletor v0.0.4 | ||
* Vue 2 Skeleton Loading component. | ||
@@ -4,0 +4,0 @@ * (c) 2021 Vinayak Kulkarni<inbox.vinayak@gmail.com> |
/*! | ||
* v-skeletor v0.0.3 | ||
* v-skeletor v0.0.4 | ||
* Vue 2 Skeleton Loading component. | ||
@@ -4,0 +4,0 @@ * (c) 2021 Vinayak Kulkarni<inbox.vinayak@gmail.com> |
{ | ||
"name": "v-skeletor", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Vue 2 Skeleton Loading component.", | ||
@@ -15,4 +15,4 @@ "files": [ | ||
"build": "rimraf dist && npm run bundle && npm run bundle:min", | ||
"bundle": "rollup -c build/rollup.config.js", | ||
"bundle:min": "rollup -c build/rollup.min.config.js", | ||
"bundle": "rollup -c build/rollup.config.ts", | ||
"bundle:min": "rollup -c build/rollup.min.config.ts", | ||
"lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:css", | ||
@@ -29,2 +29,4 @@ "lintfix": "npm run lint:eslint:fix && npm run lint:prettier:fix && npm run lint:css:fix", | ||
"release": "shipjs prepare", | ||
"release:auto": "shipjs prepare --yes", | ||
"release:dry": "shipjs prepare --dry-run", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
@@ -65,4 +67,4 @@ "prepare": "husky install" | ||
"devDependencies": { | ||
"@babel/core": "^7.14.6", | ||
"@babel/preset-env": "^7.14.7", | ||
"@babel/core": "^7.14.8", | ||
"@babel/preset-env": "^7.14.8", | ||
"@commitlint/cli": "^12.1.4", | ||
@@ -91,3 +93,3 @@ "@commitlint/config-conventional": "^12.1.4", | ||
"prettier": "^2.3.2", | ||
"rollup": "^2.53.2", | ||
"rollup": "^2.53.3", | ||
"rollup-plugin-scss": "^3.0.0", | ||
@@ -94,0 +96,0 @@ "rollup-plugin-terser": "^7.0.2", |
42186