Skip to content

Commit b463530

Browse files
committed
fallback readme and package.json
1 parent 509c430 commit b463530

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,4 @@ const MpvuePlugin = require('webpack-mpvue-asset-plugin')
1919
};
2020
```
2121

22-
bug 或者交流建议等请反馈到 [mpvue/issues](https://github.com/Meituan-Dianping/mpvue/issues)
23-
24-
本仓库是 fork 自 [webpack-mpvue-asset-plugin](https://github.com/mpvue/webpack-mpvue-asset-plugin) 修改而来,主要更新到支持 webpack4。
25-
26-
bug 或者交流建议等请反馈到 [mpvue/issues](https://github.com/Meituan-Dianping/mpvue/issues)
27-
28-
## 安装
29-
30-
```bash
31-
npm install webpack4-mpvue-asset-plugin --save-dev
32-
```
22+
bug 或者交流建议等请反馈到 [mpvue/issues](https://github.com/Meituan-Dianping/mpvue/issues)

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
{
2-
"name": "webpack4-mpvue-asset-plugin",
3-
"version": "2.0.1",
2+
"name": "webpack-mpvue-asset-plugin",
3+
"version": "2.0.0",
44
"main": "index.js",
55
"directories": {
66
"lib": "lib"
77
},
88
"scripts": {
99
"test": "echo \"Error: no test specified\" && exit 1"
1010
},
11-
"author": "nopast",
11+
"author": "rememberwz <[email protected]>",
1212
"license": "MIT",
1313
"devDependencies": {},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/BugKun/webpack-mpvue-asset-plugin/tree/feature/webpack4"
16+
"url": "git+https://github.com/mpvue/webpack-mpvue-asset-plugin.git"
1717
},
1818
"keywords": [
19-
"mpvue",
20-
"webpack4"
19+
"mpvue"
2120
],
2221
"bugs": {
2322
"url": "https://github.com/mpvue/webpack-mpvue-asset-plugin/issues"
2423
},
25-
"homepage": "https://github.com/BugKun/webpack-mpvue-asset-plugin/tree/feature/webpack4#readme",
24+
"homepage": "https://github.com/mpvue/webpack-mpvue-asset-plugin#readme",
2625
"description": "",
2726
"dependencies": {
2827
"relative": "^3.0.2",

0 commit comments

Comments
 (0)