File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
" packages/*"
12
12
],
13
13
"npmClient" : " yarn" ,
14
- "version" : " 0.1.2 " ,
14
+ "version" : " 0.1.3 " ,
15
15
"useWorkspaces" : true
16
16
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " yarn webpack-dev-server --config webpack.config.js" ,
15
15
"devDependencies" : {
16
16
"@babel/core" : " ^7.4.3" ,
17
17
"@babel/preset-env" : " ^7.4.3" ,
18
- "@tianyong90/vue-markdown-loader" : " ^0.1.2 " ,
18
+ "@tianyong90/vue-markdown-loader" : " ^0.1.3 " ,
19
19
"babel-loader" : " ^8.0.5" ,
20
20
"babel-plugin-syntax-dynamic-import" : " ^6.18.0" ,
21
21
"css-loader" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tianyong90/vue-markdown-loader" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " A simple webpack loader that transform markdown file to vue compoennt." ,
5
5
"keywords" : [
6
6
" vue loader" ,
71
71
"ts-node" : " ^8.2.0" ,
72
72
"tslint" : " ^5.11.0" ,
73
73
"typescript" : " ^3.4.5"
74
- }
74
+ },
75
+ "gitHead" : " 9ecee0ce0a6a37d59a273bc0c91584e9e2a70dfd"
75
76
}
You can’t perform that action at this time.
0 commit comments