Skip to content

Commit fec116b

Browse files
committed
chore: fix lint
1 parent 071b188 commit fec116b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

test/lock-files/url/lock.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
2-
"https://github.com/webpack-contrib/css-loader/blob/master/src/index.js": { "integrity": "sha512-30CY7kxIy/A2crE5iESluuELzynobvlb/MapqLxRWrgI117LeHeAHmucwVj9pQgorBS5H9Z5BT7QcKtMpxbhMg==", "contentType": "text/html; charset=utf-8" },
3-
"https://raw.githubusercontent.com/webpack-contrib/html-loader/master/test/fixtures/image.png": { "integrity": "sha512-bHqIPBYwzPsVLYcTDqJzwgvIaxLjmezufiCVXAMI0Naelf3eWVdydMA40hXbSuB0dZCGjCepuGaI7Ze8kLM+Ew==", "contentType": "image/png" },
2+
"https://github.com/webpack-contrib/css-loader/blob/master/src/index.js": {
3+
"integrity": "sha512-30CY7kxIy/A2crE5iESluuELzynobvlb/MapqLxRWrgI117LeHeAHmucwVj9pQgorBS5H9Z5BT7QcKtMpxbhMg==",
4+
"contentType": "text/html; charset=utf-8"
5+
},
6+
"https://raw.githubusercontent.com/webpack-contrib/html-loader/master/test/fixtures/image.png": {
7+
"integrity": "sha512-bHqIPBYwzPsVLYcTDqJzwgvIaxLjmezufiCVXAMI0Naelf3eWVdydMA40hXbSuB0dZCGjCepuGaI7Ze8kLM+Ew==",
8+
"contentType": "image/png"
9+
},
410
"version": 1
511
}

0 commit comments

Comments
 (0)