sky-toolkit-core
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -6,2 +6,14 @@ # Changelog | ||
## 2.1.1 | ||
### Features | ||
* [Node.js] Entry points for `sky-toolkit-core` now also available passed up | ||
to `sky-toolkit` via: | ||
* `skyToolkitCoreCdnUrl` | ||
* `skyToolkitCoreCdnTag` | ||
For usage information, see [Toolkit's `README.md`](https://github.com/sky-uk/toolkit/blob/master/README.md#hybrid). | ||
## 2.1.0 | ||
@@ -8,0 +20,0 @@ |
@@ -1,2 +0,2 @@ | ||
var { version } = require('./package.json'); | ||
var version = require('./package.json').version; | ||
@@ -3,0 +3,0 @@ var cdnUrl = '//www.sky.com/assets/toolkit-core/v' + version + '/toolkit-core.min.css'; |
{ | ||
"name": "sky-toolkit-core", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "The core of Sky's CSS Toolkit", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
103912