Skip to content

Commit e1a9851

Browse files
committed
rename
1 parent 35d18c8 commit e1a9851

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
>Webpack4 loader for mpvue components
44
5-
本仓库是 fork 自 [mpvue-loader](http://mpvue.com/build/mpvue-loader) 修改而来,主要为 webpack4 打包 mpvue components 提供能力。
5+
本仓库是 fork 自 [mpvue-loader](http://mpvue.com/build/mpvue-loader) 基于1.4.0版本修改而来,主要为 webpack4 打包 mpvue components 提供能力。
66

77
更多详细文档请查阅 [mpvue-loader](http://mpvue.com/build/mpvue-loader)
88

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
{
2-
"name": "mpvue-loader",
2+
"name": "webpack4-mpvue-loader",
33
"version": "2.0.0",
44
"description": "mpvue single-file component loader for Webpack",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/mpvue/mpvue-loader.git"
8+
"url": "https://github.com/bugkun/mpvue-loader.git"
99
},
1010
"keywords": [
1111
"mpvue",
12-
"webpack",
13-
"loader"
12+
"webpack4",
13+
"loader",
14+
"webpack4-mpvue-loader"
1415
],
1516
"files": [
1617
"index.js",
1718
"lib"
1819
],
19-
"author": "anchengjian",
20+
"author": "bugkun",
2021
"contributors": [
2122
{
2223
"name": "hucq"
@@ -27,9 +28,9 @@
2728
],
2829
"license": "MIT",
2930
"bugs": {
30-
"url": "https://github.com/Meituan-Dianping/mpvue/issues"
31+
"url": "https://github.com/bugkun/mpvue-loader/issues"
3132
},
32-
"homepage": "https://github.com/mpvue/mpvue-loader",
33+
"homepage": "https://github.com/bugkun/mpvue-loader",
3334
"scripts": {
3435
"lint": "eslint lib test",
3536
"lint:fix": "eslint lib test --fix",

0 commit comments

Comments
 (0)