File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " vue-csv-import" ,
3
3
"description" : " Vue.js component to handle CSV uploads with field mapping." ,
4
4
"version" : " 2.3.2" ,
5
- "main" : " dist/vue-csv-import.js" ,
5
+ "main" : " dist/vue-csv-import.umd. js" ,
6
6
"scripts" : {
7
7
"serve" : " vue-cli-service serve" ,
8
8
"build" : " vue-cli-service build --target lib --name vue-csv-import src/components/VueCsvImport.vue" ,
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7
- < link rel ="icon " href ="<%= BASE_URL %> favicon.ico ">
7
+ < link rel ="icon " href ="favicon.ico ">
8
8
< link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css " integrity ="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO " crossorigin ="anonymous ">
9
9
< title > vue-csv-import</ title >
10
10
</ head >
You can’t perform that action at this time.
0 commit comments