diff --git a/test/fixtures/packages/invalid-package.json b/test/fixtures/packages/invalid-package.json index 29a15016..4f99a0f2 100644 --- a/test/fixtures/packages/invalid-package.json +++ b/test/fixtures/packages/invalid-package.json @@ -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" + } + ] +} diff --git a/test/fixtures/packages/package.json b/test/fixtures/packages/package.json index 73dbc76b..d5eeee96 100644 --- a/test/fixtures/packages/package.json +++ b/test/fixtures/packages/package.json @@ -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" + } + ] +} diff --git a/test/fixtures/packages/valid-package.json b/test/fixtures/packages/valid-package.json index b9d30e04..be2d488c 100644 --- a/test/fixtures/packages/valid-package.json +++ b/test/fixtures/packages/valid-package.json @@ -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" + } + ] +}