Skip to content

Commit 2299b66

Browse files
committed
Add support for node 4 & 5
1 parent 4bfe6a2 commit 2299b66

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# node-callable-instance
22

3+
[![Build Status](https://travis-ci.org/CGamesPlay/node-callable-instance.svg?branch=master)](https://travis-ci.org/CGamesPlay/node-callable-instance)
4+
35
This module allows you to create an ES6 class that is callable as a function. The invocation is sent to one of the object's normal prototype methods.
46

57
## Installation

test/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use strict";
2+
13
var assert = require('assert');
24
var CallableInstance = require('../index');
35

0 commit comments

Comments
 (0)