nordnet-next-api
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -14,4 +14,2 @@ 'use strict'; | ||
require('babel-polyfill'); | ||
var _es6Promise = require('es6-promise'); | ||
@@ -18,0 +16,0 @@ |
{ | ||
"name": "nordnet-next-api", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "Nordnet nExt API Javascript client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,2 +0,1 @@ | ||
import 'babel-polyfill'; | ||
import es6Promise from 'es6-promise'; | ||
@@ -3,0 +2,0 @@ |
@@ -76,2 +76,3 @@ const webpack = require('webpack'); | ||
files: [ | ||
'../node_modules/babel-polyfill/dist/polyfill.js', | ||
'tests.webpack.js' //just load this file | ||
@@ -78,0 +79,0 @@ ], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42507
1115