inputformat-to-jstransformer
Advanced tools
Comparing version 1.2.0 to 1.2.1
# Changelog | ||
## v1.2.1: 2017-02-09 | ||
- Fix `engine` definition | ||
- By [@soniktrooth](http://github.com/soniktrooth) | ||
## v1.2.0: 2016-12-26 | ||
@@ -4,0 +9,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"name": "inputformat-to-jstransformer", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Load a JSTransformer from the provided inputFormat.", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=7" | ||
"node": ">=4" | ||
}, | ||
@@ -34,0 +34,0 @@ "repository": { |
16398