Skip to content

Fix line feed issue for package.json after cordova build, just install it.

Notifications You must be signed in to change notification settings

sliceofcode/cordova-plugin-package-json-guard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-package-json-guard

Fix line feed issue for package.json after cordova build, just install it.

Installation

# use Unix-style line feed: "LF" => "\n", (this is default)
cordova plugin add cordova-plugin-package-json-guard

# use Windows-style line feed: "CRLF" => "\r\n"
cordova plugin add cordova-plugin-package-json-guard --variable LINE_FEED="CRLF"

About

Fix line feed issue for package.json after cordova build, just install it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%