Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "bolts-lib", | ||
"version": "1.0.0", | ||
"description": "Front-end helper toolkit", | ||
"version": "1.0.1", | ||
"description": "Front-end helper library", | ||
"main": "src/js/index.js", | ||
@@ -18,2 +18,3 @@ "author": "Pocketsize <dev@pocketsize.se> (https://www.pocketsize.se)", | ||
"helper", | ||
"library", | ||
"toolkit" | ||
@@ -20,0 +21,0 @@ ], |
# Bolts | ||
*v1.0.0* | ||
*v1.0.1* | ||
@@ -4,0 +4,0 @@ Bolts is a collection of practical Sass mixins and JS functions helping you deal with all the mundane website building and styling tasks, so that you can focus on creating something new. It aims to be a toolkit that does the things you're tired of. |
/** | ||
* Bolts 1.0.0 | MIT License | ||
* Bolts 1.0.1 | MIT License | ||
* | ||
@@ -4,0 +4,0 @@ * Developed by Pocketsize |
/** | ||
* Bolts 1.0.0 | MIT License | ||
* Bolts 1.0.1 | MIT License | ||
* | ||
@@ -4,0 +4,0 @@ * Developed by Pocketsize |
/** | ||
* Bolts 1.0.0 | MIT License | ||
* Bolts 1.0.1 | MIT License | ||
* | ||
@@ -8,2 +8,3 @@ * Developed by Pocketsize | ||
import bolts from './bolts' | ||
export { default as state } from './state' | ||
@@ -13,2 +14,4 @@ export { default as detect } from './detect' | ||
export { default as misc } from './misc' | ||
export { default as bolts } from './bolts' | ||
export { bolts as bolts } | ||
export default bolts |
/** | ||
* Bolts 1.0.0 | MIT License | ||
* Bolts 1.0.1 | MIT License | ||
* | ||
@@ -4,0 +4,0 @@ * Developed by Pocketsize |
/** | ||
* Bolts 1.0.0 | MIT License | ||
* Bolts 1.0.1 | MIT License | ||
* | ||
@@ -12,5 +12,2 @@ * Developed by Pocketsize | ||
remove, | ||
toggle, | ||
on, | ||
trigger, | ||
getDOMState, | ||
@@ -23,4 +20,2 @@ setDOMState, | ||
}, | ||
_listeners: [], | ||
} | ||
@@ -27,0 +22,0 @@ |
/** | ||
* Bolts 1.0.0 | MIT License | ||
* Bolts 1.0.1 | MIT License | ||
* | ||
@@ -4,0 +4,0 @@ * Developed by Pocketsize |
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
76321
530