Skip to content
This repository was archived by the owner on Jun 14, 2019. It is now read-only.

Commit 83e5609

Browse files
committed
Fixup 4efa43e
1 parent 9e67427 commit 83e5609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ module.exports = function (grunt) {
160160
},
161161
'dist-withPolyfill' : {
162162
src : [
163-
'node_modules/babelify/node_modules/babel-core/browser-polyfill.js',
163+
'node_modules/babel-core/browser-polyfill.js',
164164
'dist/angular-vertxbus.js'
165165
],
166166
dest : 'dist/angular-vertxbus.withpolyfill.js'

0 commit comments

Comments
 (0)