@vue-mini/core 1.0.0-rc.5 → 1.0.0-rc.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * vue-mini v1.0.0-rc.5
2
+ * vue-mini v1.0.0-rc.6
3
3
  * https://github.com/vue-mini/vue-mini
4
4
  * (c) 2019-present Yang Mingshan
5
5
  * @license MIT
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * vue-mini v1.0.0-rc.5
2
+ * vue-mini v1.0.0-rc.6
3
3
  * https://github.com/vue-mini/vue-mini
4
4
  * (c) 2019-present Yang Mingshan
5
5
  * @license MIT
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * vue-mini v1.0.0-rc.5
2
+ * vue-mini v1.0.0-rc.6
3
3
  * https://github.com/vue-mini/vue-mini
4
4
  * (c) 2019-present Yang Mingshan
5
5
  * @license MIT
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@vue-mini/core",
3
- "version": "1.0.0-rc.5",
3
+ "version": "1.0.0-rc.6",
4
4
  "description": "基于 Vue 3 的小程序框架。简单,强大,高性能。 ",
5
- "main": "dist/vuemini.cjs.js",
6
- "module": "dist/vuemini.esm-bundler.js",
7
- "types": "dist/vuemini.d.ts",
5
+ "main": "dist/vue-mini.cjs.js",
6
+ "module": "dist/vue-mini.esm-bundler.js",
7
+ "types": "dist/vue-mini.d.ts",
8
8
  "repository": "https://github.com/vue-mini/vue-mini.git",
9
9
  "homepage": "https://vuemini.org",
10
10
  "author": "Yang Mingshan <y.mingshan3@gmail.com>",
File without changes