Skip to content

Commit ec022f4

Browse files
Update README.md
1 parent 37b1928 commit ec022f4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,14 @@ object = overwriteObjectField('xxx.yyy', object, 'new value', '.');
1515
object // {xxx: { yyy: 'new value'} }
1616
1717
```
18+
19+
20+
## software requirements
21+
* node.js 6.9+ [with v8 enabled]
22+
* npm 3+
23+
24+
## used technologies
25+
* jest
26+
27+
## how to execute tests
28+
* npm test

0 commit comments

Comments
 (0)