Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "async_fn", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "Sergey Shishkalov <sergeyshishkalov@gmail.com>", | ||
@@ -15,3 +15,3 @@ "description": "One-method library for calling asynchronous functions one by one in a queue", | ||
"es6-collections": "^0.5.6", | ||
"jquery": "^3.1.1", | ||
"jquery": "^2.2.0", | ||
"karma": "^0.13.22", | ||
@@ -39,3 +39,3 @@ "karma-chai": "^0.1.0", | ||
"peerDependencies": { | ||
"jquery": "^3.1.1" | ||
"jquery": "^2.2.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "engine": { |
@@ -11,8 +11,4 @@ const path = require('path') | ||
new webpack.optimize.UglifyJsPlugin({minimize: true}), | ||
new UnminifiedWebpackPlugin(), | ||
new webpack.ProvidePlugin({ | ||
$: "jquery" | ||
}) | ||
new UnminifiedWebpackPlugin() | ||
) | ||
externals.push('jquery') | ||
@@ -19,0 +15,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
24867
216