Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

footageone/fake-json3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSON3 is JSON

This is a hack for 3rd party libraries that have json3 as a dependency. This simply replaces JSON3 with nativ JSON.

Installation

Add "json3": "github:footageone/fake-json3" to your package.json

Add resolution to github to your package.json

"resolutions": {
    "json3": "github:footageone/fake-json3"
  },

And "preinstall": "npx npm-force-resolutions" to your scripts section.

This will replace json3 with native json for libraries that require json3 as a library

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published