Skip to content

Commit 49203c8

Browse files
committed
Update: Fix line endings of fixtures
1 parent 1658dc3 commit 49203c8

File tree

3 files changed

+63
-63
lines changed

3 files changed

+63
-63
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
{
2-
"name": "test-package",
3-
"description": "Test Package for Testing!",
4-
"version": "0.0.1",
5-
"tags": [
6-
],
7-
"files": [
8-
],
9-
"dependencies": {
10-
"gulp-blink": "^0.1.4"
11-
},
12-
"engines": {
13-
"node": ">= 0.9"
14-
},
15-
"licenses": [
16-
{
17-
"type": "MIT",
18-
"url": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE"
19-
}
20-
]
21-
}
1+
{
2+
"name": "test-package",
3+
"description": "Test Package for Testing!",
4+
"version": "0.0.1",
5+
"tags": [
6+
],
7+
"files": [
8+
],
9+
"dependencies": {
10+
"gulp-blink": "^0.1.4"
11+
},
12+
"engines": {
13+
"node": ">= 0.9"
14+
},
15+
"licenses": [
16+
{
17+
"type": "MIT",
18+
"url": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE"
19+
}
20+
]
21+
}

test/fixtures/packages/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
{
2-
"name": "default-package",
3-
"description": "Test Package for Testing!",
4-
"version": "0.0.1",
5-
"tags": [
6-
],
7-
"files": [
8-
],
9-
"dependencies": {
10-
"gulp-blink": "^0.1.4"
11-
},
12-
"engines": {
13-
"node": ">= 0.9"
14-
},
15-
"licenses": [
16-
{
17-
"type": "MIT",
18-
"url": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE"
19-
}
20-
]
21-
}
1+
{
2+
"name": "default-package",
3+
"description": "Test Package for Testing!",
4+
"version": "0.0.1",
5+
"tags": [
6+
],
7+
"files": [
8+
],
9+
"dependencies": {
10+
"gulp-blink": "^0.1.4"
11+
},
12+
"engines": {
13+
"node": ">= 0.9"
14+
},
15+
"licenses": [
16+
{
17+
"type": "MIT",
18+
"url": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE"
19+
}
20+
]
21+
}
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
{
2-
"name": "test-package-2",
3-
"description": "Test Package for Testing!",
4-
"version": "0.0.1",
5-
"tags": [
6-
],
7-
"files": [
8-
],
9-
"dependencies": {
10-
"yargs": "^3.27.0"
11-
},
12-
"engines": {
13-
"node": ">= 0.9"
14-
},
15-
"licenses": [
16-
{
17-
"type": "MIT",
18-
"url": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE"
19-
}
20-
]
21-
}
1+
{
2+
"name": "test-package-2",
3+
"description": "Test Package for Testing!",
4+
"version": "0.0.1",
5+
"tags": [
6+
],
7+
"files": [
8+
],
9+
"dependencies": {
10+
"yargs": "^3.27.0"
11+
},
12+
"engines": {
13+
"node": ">= 0.9"
14+
},
15+
"licenses": [
16+
{
17+
"type": "MIT",
18+
"url": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE"
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)