vue-documenter
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "vue-documenter", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "An automatic Vue component documenter - yes - a component that documents components", | ||
"main": "dist/vue-documenter.common.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "vue-cli-service build --target lib --name vue-documenter ./src/index.js", | ||
@@ -9,0 +8,0 @@ "serve": "vue-cli-service serve src/index.js" |
@@ -1,6 +0,3 @@ | ||
import Vue from 'vue'; | ||
import VueDocumenter from './VueDocumenter.vue' | ||
Vue.component('vue-documenter', VueDocumenter); | ||
export default VueDocumenter; |
Sorry, the diff of this file is too big to display
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
3
948773
15781