@kaizen/hosted-assets
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.1](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/hosted-assets@1.0.0...@kaizen/hosted-assets@1.0.1) (2020-02-25) | ||
**Note:** Version bump only for package @kaizen/hosted-assets | ||
# 1.0.0 (2020-01-22) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@kaizen/hosted-assets", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Hosted assets for Culture Amp's Kaizen Design System.", | ||
@@ -26,3 +26,3 @@ "homepage": "https://github.com/cultureamp/kaizen-design-system/packages/hosted-assets#readme", | ||
}, | ||
"gitHead": "65f60a387836c3256313b04b1a5864f43a07aa8d" | ||
"gitHead": "2fcd683f2c5e15471e73e91df256c3edaaf8a2d9" | ||
} |
@@ -26,3 +26,3 @@ # Kaizen Hosted Assets | ||
2. Make sure that the `@kaizen/hosted-assets` package is in your repo's `package.json`. This package provides you the `assetUrl` function that translates the path to the file in the `kaizen-design-system-assets` repo into its equivalent CloudFront URL. | ||
3. Import the `@kaizen/hosted-assets` module and you can access the image through the `assetUrl`/`asset-url` function: | ||
3. Import the `@kaizen/hosted-assets` package and you can access the image through the `assetUrl`/`asset-url` function: | ||
@@ -40,3 +40,3 @@ ```js | ||
// SCSS | ||
@import "~@kaizen/hosted-assets"; | ||
@import "~@kaizen/hosted-assets/index"; | ||
@@ -43,0 +43,0 @@ .coolpic { |
7434