vue-material-tabs
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -0,0 +0,0 @@ function calc(e) { |
@@ -0,0 +0,0 @@ 'use strict';function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { |
{ | ||
"name": "vue-material-tabs", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Vue.js tabs component based in material design", | ||
@@ -21,8 +21,12 @@ "license": "MIT", | ||
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es", | ||
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife" | ||
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife", | ||
"test": "jest", | ||
"test:watch": "jest --watchAll" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.10", | ||
"@babel/preset-env": "^7.12.11", | ||
"@babel/core": "^7.14.2", | ||
"@babel/plugin-transform-runtime": "^7.14.2", | ||
"@babel/preset-env": "^7.14.2", | ||
"@babel/runtime": "^7.14.0", | ||
"@rollup/plugin-alias": "^3.1.1", | ||
@@ -33,5 +37,10 @@ "@rollup/plugin-babel": "^5.2.2", | ||
"@rollup/plugin-replace": "^2.3.4", | ||
"@vue/babel-preset-app": "^4.5.13", | ||
"@vue/cli-plugin-babel": "^4.5.10", | ||
"@vue/cli-service": "^4.5.10", | ||
"@vue/test-utils": "^1.2.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^26.6.3", | ||
"cross-env": "^7.0.3", | ||
"jest": "^26.6.3", | ||
"minimist": "^1.2.5", | ||
@@ -42,2 +51,3 @@ "rollup": "^2.36.1", | ||
"vue": "^2.6.12", | ||
"vue-jest": "^3.0.7", | ||
"vue-template-compiler": "^2.6.12" | ||
@@ -44,0 +54,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
112711
10
24