prettier-package-json
Advanced tools
Comparing version 1.3.2 to 1.4.0
@@ -6,3 +6,8 @@ { | ||
"license": "MIT", | ||
"version": "1.3.2", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/cameronhunter/prettier-package-json" | ||
}, | ||
"bugs": "https://github.com/cameronhunter/prettier-package-json/issues", | ||
"version": "1.4.0", | ||
"main": "src/index.js", | ||
@@ -41,2 +46,2 @@ "bin": { | ||
} | ||
} | ||
} |
@@ -10,3 +10,3 @@ | ||
const space = options.useTabs ? '\t' : options.tabWidth; | ||
return JSON.stringify(object, null, space); | ||
return JSON.stringify(object, null, space) + '\n'; | ||
} | ||
@@ -13,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
103219
28
0