We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed07e0 commit e83e1e1Copy full SHA for e83e1e1
lib/result.js
@@ -16,7 +16,7 @@
16
* See the License for the specific language governing permissions and
17
* limitations under the License.
18
*/
19
-
+import 'babel/polyfill';
20
import neo4j from './neo4j';
21
22
/**
package.json
@@ -42,6 +42,7 @@
42
"slimerjs": "^0.9.6",
43
"through2": "~2.0.0",
44
"vinyl-buffer": "^1.0.0",
45
- "vinyl-source-stream": "^1.1.0"
+ "vinyl-source-stream": "^1.1.0",
46
+ "babel": "^5.8.23"
47
}
48
0 commit comments