Skip to content

Commit ead7e74

Browse files
Akash PorwalAkash Porwal
authored andcommitted
[REFACTOR] - Changed readme and published to npm with package name json_transform
1 parent 7388b5b commit ead7e74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A Node package for transforming(mapping) one JSON object to another based on a s
55

66
## Installation
77

8-
npm install json-transform --save
8+
npm install json_transform --save
99

1010
## Usage
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "json-transform",
2+
"name": "json_transform",
33
"version": "0.1.0",
44
"description": "A Node package for transforming(mapping) one JSON object to another based on a specified template",
55
"main": "index.js",

0 commit comments

Comments
 (0)