@shopify/typescript-configs
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -28,3 +28,3 @@ # Changelog | ||
- Updated the `*.scss` and `*.css` types for esmodules [[#165](https://github.com/Shopify/web-foundation/pull/165)] | ||
- Updated the `*.scss` and `*.css` types for esmodules [[#165](https://github.com/Shopify/web-configs/pull/165)] | ||
@@ -31,0 +31,0 @@ ## [2.0.2] - 2020-03-28 |
{ | ||
"name": "@shopify/typescript-configs", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
@@ -13,9 +13,9 @@ "description": "A set of typescript configuration files that can be extended.", | ||
"type": "git", | ||
"url": "git+https://github.com/Shopify/web-foundation.git", | ||
"url": "git+https://github.com/Shopify/web-configs.git", | ||
"directory": "packages/typescript-configs" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Shopify/web-foundation/issues" | ||
"url": "https://github.com/Shopify/web-configs/issues" | ||
}, | ||
"homepage": "https://github.com/Shopify/web-foundation/blob/main/packages/typescript-configs/README.md" | ||
"homepage": "https://github.com/Shopify/web-configs/blob/main/packages/typescript-configs/README.md" | ||
} |
# `@shopify/typescript-configs` | ||
[![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 +4,0 @@ |
5695
101