@os-design/utils
Advanced tools
Comparing version 0.0.6 to 0.0.7
export { default as debounce } from './debounce'; | ||
export { default as ellipsis } from './ellipsis'; | ||
export { default as enableScrolling } from './enableScrolling'; | ||
export { default as isTouchDevice } from './isTouchDevice'; | ||
@@ -4,0 +5,0 @@ export { default as m } from './media'; |
@@ -10,2 +10,4 @@ "use strict"; | ||
exports.ellipsis = ellipsis_1.default; | ||
var enableScrolling_1 = require("./enableScrolling"); | ||
exports.enableScrolling = enableScrolling_1.default; | ||
var isTouchDevice_1 = require("./isTouchDevice"); | ||
@@ -12,0 +14,0 @@ exports.isTouchDevice = isTouchDevice_1.default; |
{ | ||
"name": "@os-design/utils", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "d9f9281965bbb8b5691c70634904447e6f199b95" | ||
"gitHead": "bc690e720491eb2a3a548b8f477b6328aba5df5c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
19709
58
243