Skip to content

Commit 7ad0f8a

Browse files
committed
meta
1 parent 7d3e005 commit 7ad0f8a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Q42
3+
Copyright (c) 2015-present Yuxi (Evan) You
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-loader",
33
"version": "10.1.2",
4-
"description": "Vue.js component loader for Webpack",
4+
"description": "Vue single-file component loader for Webpack",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
@@ -16,7 +16,7 @@
1616
"index.js",
1717
"lib"
1818
],
19-
"author": "Sjoerd Visscher",
19+
"author": "Evan You",
2020
"license": "MIT",
2121
"bugs": {
2222
"url": "https://github.com/vuejs/vue-loader/issues"

0 commit comments

Comments
 (0)