spec/fixtures/transform.yml in monolens-0.2.0 vs spec/fixtures/transform.yml in monolens-0.3.0

- old
+ new

@@ -1,8 +1,9 @@ --- version: "1.0" lenses: - object.transform: - firstname: - - str.upcase - lastname: - - str.downcase + defn: + firstname: + - str.upcase + lastname: + - str.downcase