Skip to content

Commit f482370

Browse files
committed
Merge branch 'release/1.0.2' into develop
Fixed minor bug causing tests to fail in Node 5.0, in which callbacks return an undefined error value on success rather than null.
2 parents f6453ea + cdc36e7 commit f482370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ejs-html-loader",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Webpack loader for rendering HTML from EJS templates",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)