Skip to content

Commit

Permalink
Update: Fix line endings of fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 22, 2018
1 parent 1658dc3 commit 49203c8
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 63 deletions.
42 changes: 21 additions & 21 deletions test/fixtures/packages/invalid-package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "test-package",
"description": "Test Package for Testing!",
"version": "0.0.1",
"tags": [
],
"files": [
],
"dependencies": {
"gulp-blink": "^0.1.4"
},
"engines": {
"node": ">= 0.9"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE"
}
]
}
{
"name": "test-package",
"description": "Test Package for Testing!",
"version": "0.0.1",
"tags": [
],
"files": [
],
"dependencies": {
"gulp-blink": "^0.1.4"
},
"engines": {
"node": ">= 0.9"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE"
}
]
}
42 changes: 21 additions & 21 deletions test/fixtures/packages/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "default-package",
"description": "Test Package for Testing!",
"version": "0.0.1",
"tags": [
],
"files": [
],
"dependencies": {
"gulp-blink": "^0.1.4"
},
"engines": {
"node": ">= 0.9"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE"
}
]
}
{
"name": "default-package",
"description": "Test Package for Testing!",
"version": "0.0.1",
"tags": [
],
"files": [
],
"dependencies": {
"gulp-blink": "^0.1.4"
},
"engines": {
"node": ">= 0.9"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE"
}
]
}
42 changes: 21 additions & 21 deletions test/fixtures/packages/valid-package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "test-package-2",
"description": "Test Package for Testing!",
"version": "0.0.1",
"tags": [
],
"files": [
],
"dependencies": {
"yargs": "^3.27.0"
},
"engines": {
"node": ">= 0.9"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE"
}
]
}
{
"name": "test-package-2",
"description": "Test Package for Testing!",
"version": "0.0.1",
"tags": [
],
"files": [
],
"dependencies": {
"yargs": "^3.27.0"
},
"engines": {
"node": ">= 0.9"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE"
}
]
}

0 comments on commit 49203c8

Please sign in to comment.