Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Mar 16, 2022
1 parent c8dfb35 commit 790087d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ npm i with-flatten

### withFlatten

[src/index.ts:67-107](https://github.com/stagas/with-flatten/blob/2c44989edbbcae0b031c1d65100310589b2cb081/src/index.ts#L67-L107 "Source code on GitHub")
[src/index.ts:67-107](https://github.com/stagas/with-flatten/blob/c8dfb35272d3a077ecf5e203e49226c10766e995/src/index.ts#L67-L107 "Source code on GitHub")

Mixins `ctor` with `parent` and camelCase flattens
and observes its properties mapping them back to the actual values.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "stagas",
"short": "stagas/with-flatten",
"description": "flatten constructor objects to top level camelcased with reverse access",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 790087d

Please sign in to comment.