]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
build: rename vue-compat
authorEvan You <yyx990803@gmail.com>
Tue, 23 Oct 2018 15:44:56 +0000 (11:44 -0400)
committerEvan You <yyx990803@gmail.com>
Tue, 23 Oct 2018 15:44:56 +0000 (11:44 -0400)
packages/vue-compat/.npmignore [moved from packages/vue/.npmignore with 100% similarity]
packages/vue-compat/README.md [moved from packages/vue/README.md with 69% similarity]
packages/vue-compat/__tests__/compat.spec.ts [moved from packages/vue/__tests__/compat.spec.ts with 100% similarity]
packages/vue-compat/index.js [moved from packages/vue/index.js with 100% similarity]
packages/vue-compat/package.json [moved from packages/vue/package.json with 96% similarity]
packages/vue-compat/src/index.ts [moved from packages/vue/src/index.ts with 100% similarity]

similarity index 69%
rename from packages/vue/README.md
rename to packages/vue-compat/README.md
index 90a7fe2a9b1f27176bc6adecbffa8d232a461a75..2a511303771a13a8128d2efad512446b063b4ba2 100644 (file)
@@ -1,3 +1,3 @@
-# vue
+# vue-compat
 
 The 2.x compatibility build.
similarity index 96%
rename from packages/vue/package.json
rename to packages/vue-compat/package.json
index 6b748c03af928dfa55e438f1115ab95e777e2964..517d07f44d02526fbe0e40fe96864a3a71caa26f 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "name": "vue",
+  "name": "vue-compat",
   "version": "3.0.0-alpha.1",
   "description": "vue",
   "main": "index.js",