@cmsdriven/nuxt
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ { | ||
"module": "dist/myLib.umd.js", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"private": false, | ||
@@ -13,5 +13,4 @@ "scripts": { | ||
"lib": "vue-cli-service build --target lib --name myLib src/main.js", | ||
"buildmajor": "npm run lib && npm publish --access=public", | ||
"buildminor": "npm run lib && npm version minor && npm publish --access=public", | ||
"login": "npm login" | ||
}, | ||
@@ -21,3 +20,3 @@ "dependencies": { | ||
"vue": "^2.6.10" | ||
}, | ||
}, | ||
"devDependencies": { | ||
@@ -24,0 +23,0 @@ "@vue/cli-plugin-babel": "^4.0.0", |
@@ -9,3 +9,3 @@ // import Vue from 'vue' | ||
// }).$mount('#app') | ||
import gRecaptcha from './components/gRecaptcha.vue' | ||
import cmsdriven from './components/cmsdriven.vue' | ||
@@ -17,3 +17,3 @@ | ||
install.installed = true; | ||
Vue.component('gRecaptcha', gRecaptcha); | ||
Vue.component('cmsdriven', cmsdriven); | ||
} | ||
@@ -38,2 +38,2 @@ | ||
// To allow use as module (npm/webpack/etc.) export component | ||
export default gRecaptcha | ||
export default cmsdriven |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
737673
733.75%15
15.38%4656
515.87%1
Infinity%