@shopify/typescript-configs
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -14,2 +14,16 @@ # Changelog | ||
The Shopify typescript definition for `.scss` and `.css` have changed. | ||
Before: | ||
``` | ||
import * as styles from 'foo.scss'; | ||
``` | ||
After: | ||
``` | ||
import styles from 'foo.scss'; | ||
``` | ||
- Updated the `*.scss` and `*.css` types for esmodules [[#165](https://github.com/Shopify/web-foundation/pull/165)] | ||
@@ -16,0 +30,0 @@ |
{ | ||
"name": "@shopify/typescript-configs", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"license": "MIT", | ||
@@ -19,3 +19,3 @@ "description": "A set of typescript configuration files that can be extended.", | ||
}, | ||
"homepage": "https://github.com/Shopify/web-foundation/blob/master/packages/typescript-configs/README.md" | ||
"homepage": "https://github.com/Shopify/web-foundation/blob/main/packages/typescript-configs/README.md" | ||
} |
# `@shopify/typescript-configs` | ||
[![Build Status](https://travis-ci.com/Shopify/web-foundation.svg?branch=master)](https://travis-ci.com/Shopify/web-foundation) | ||
[![Build Status](https://travis-ci.com/Shopify/web-foundation.svg?branch=main)](https://travis-ci.com/Shopify/web-foundation) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](../../LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Ftypescript-configs.svg)](https://badge.fury.io/js/%40shopify%2Ftypescript-configs.svg) | ||
@@ -5,0 +5,0 @@ |
5833