inputformat-to-jstransformer
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -473,2 +473,5 @@ { | ||
], | ||
"php": [ | ||
"jstransformer-php" | ||
], | ||
"pixie": [ | ||
@@ -475,0 +478,0 @@ "jstransformer-pixie" |
# Changelog | ||
## v1.3.3: 2019-04-30 | ||
- Add `php` | ||
## v1.3.2: 2018-10-03 | ||
@@ -4,0 +8,0 @@ |
@@ -22,2 +22,3 @@ 'use strict' | ||
} | ||
return false | ||
@@ -24,0 +25,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"name": "inputformat-to-jstransformer", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Load a JSTransformer from the provided inputFormat.", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"test": "node test", | ||
"posttest": "xo --space=2 --no-semicolon" | ||
"posttest": "xo --space=2 --no-semicolon index.js" | ||
}, | ||
@@ -31,0 +31,0 @@ "engines": { |
18126
716