Skip to content

Commit e83e1e1

Browse files
committed
Add babel dependency and polyfill for Promises.
1 parent 9ed07e0 commit e83e1e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/result.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
*/
19-
19+
import 'babel/polyfill';
2020
import neo4j from './neo4j';
2121

2222
/**

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"slimerjs": "^0.9.6",
4343
"through2": "~2.0.0",
4444
"vinyl-buffer": "^1.0.0",
45-
"vinyl-source-stream": "^1.1.0"
45+
"vinyl-source-stream": "^1.1.0",
46+
"babel": "^5.8.23"
4647
}
4748
}

0 commit comments

Comments
 (0)