Skip to content

Commit a4ae7c9

Browse files
committed
issue #90: V-^ prefix
v prefix changed to ^.
1 parent c5be0a0 commit a4ae7c9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"chart.js": "chartjs#^2.6.0",
2727
"jquery-sparkline": "^2.1.3",
2828
"Flot": "jquery-flot#^0.8.3",
29-
"abp-web-resources": "v2.2.1"
29+
"abp-web-resources": "^2.2.1"
3030
}
3131
}

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/lib/abp-web-resources/.bower.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"commit": "31ec5d18b18d0d61073c05813af93604562fd9a4"
3333
},
3434
"_source": "https://github.com/aspnetboilerplate/bower-abp-resources.git",
35-
"_target": "v2.2.1",
36-
"_originalSource": "abp-web-resources",
37-
"_direct": true
35+
"_target": "^2.2.1",
36+
"_originalSource": "abp-web-resources"
3837
}

0 commit comments

Comments
 (0)