We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7388b5b commit ead7e74Copy full SHA for ead7e74
README.md
@@ -5,7 +5,7 @@ A Node package for transforming(mapping) one JSON object to another based on a s
5
6
## Installation
7
8
- npm install json-transform --save
+ npm install json_transform --save
9
10
## Usage
11
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "json-transform",
+ "name": "json_transform",
3
"version": "0.1.0",
4
"description": "A Node package for transforming(mapping) one JSON object to another based on a specified template",
"main": "index.js",
0 commit comments