Skip to content

Commit 8222183

Browse files
committed
0.2.1
1 parent 25158f0 commit 8222183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsona",
33
"description": "Two-way transformer from JSON API formatted object into instances of predefined constructor objects. If you use TypeScript, it possible to create custom model classes (describe inside) beforehand and inject it into Deserializer via custom ModelsGateway, using special Deserializer's set-method.",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"main": "lib/index.js",
66
"typings": "lib/index",
77
"files": [

0 commit comments

Comments
 (0)