commodo-fields-int
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "commodo-fields-int", | ||
"version": "1.0.2", | ||
"description": "A int field for Commodo composable models.", | ||
"version": "1.0.3", | ||
"description": "A simple integer field, used with the Commodo \"withFields\" higher order function.", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -48,2 +48,3 @@ # commodo-fields-int | ||
company.age = "17"; | ||
company.age = 16.2; | ||
company.topYears = [2000, "2005", 2010]; | ||
@@ -50,0 +51,0 @@ ``` |
17387
70