diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..84cf58e --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry = https://registry.npmjs.org/ \ No newline at end of file diff --git a/next/lib/index.js b/next/lib/index.js index 45c7bc1..ac743ed 100644 --- a/next/lib/index.js +++ b/next/lib/index.js @@ -12,7 +12,7 @@ if (typeof window !== 'undefined' && window.Vue) { export { VueCropper } export default { - version: '1.0.0', + version: '1.0.1', install, VueCropper, } diff --git a/next/package.json b/next/package.json index 2a5e894..d041b0b 100644 --- a/next/package.json +++ b/next/package.json @@ -1,6 +1,6 @@ { "name": "vue-cropper", - "version": "1.0.0", + "version": "1.0.1", "description": "A simple Vue picture clipping plugin", "keywords": [ "vue", @@ -26,15 +26,13 @@ "build": "vue-tsc --noEmit && vite build", "serve": "vite preview" }, - "dependencies": { - "vue": "^3.0.5", - "vue-cropper": "^1.0.0" - }, "devDependencies": { "@vitejs/plugin-vue": "^1.4.0", "@vue/compiler-sfc": "^3.0.5", "typescript": "^4.3.2", "vite": "^2.4.4", - "vue-tsc": "^0.2.2" + "vue-tsc": "^0.2.2", + "vue": "^3.0.5", + "vue-cropper": "^1.0.0" } }