js-utility-belt
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.Url = exports.Request = exports.Lang = exports.File = exports.FeatureDetection = exports.Cookie = undefined; | ||
exports.Url = exports.Request = exports.Lang = exports.File = exports.FeatureDetection = exports.DOM = exports.Cookie = undefined; | ||
@@ -25,2 +25,6 @@ var _general = require('./general'); | ||
var _dom = require('./dom'); | ||
var _DOM = _interopRequireWildcard(_dom); | ||
var _feature_detection = require('./feature_detection'); | ||
@@ -50,2 +54,3 @@ | ||
exports.Cookie = _Cookie; | ||
exports.DOM = _DOM; | ||
exports.FeatureDetection = _FeatureDetection; | ||
@@ -52,0 +57,0 @@ exports.File = _File; |
{ | ||
"name": "js-utility-belt", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Opinionated collection of JavaScript nice-to-haves", | ||
@@ -25,2 +25,3 @@ "homepage": "https://www.bigchain.io/", | ||
"clean": "rimraf ./bundle ./cjs ./es6", | ||
"prepublish": "npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -27,0 +28,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
28776
597