From cbb2654a82ea6edb4370fc970b7aea82c0439ea4 Mon Sep 17 00:00:00 2001 From: georgewrmarshall Date: Wed, 31 Jan 2024 16:36:06 -0800 Subject: [PATCH] updating package.json after lint fix --- package.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3cb17504..ee5ce7c0 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@metamask/design-tokens", "version": "1.13.0", - "description": "Design tokens to be used throughout MetaMask products.", + "description": "Design tokens to be used throughout MetaMask products", "keywords": [ "MetaMask", "Ethereum" ], - "homepage": "https://metamask.github.io/design-tokens/", + "homepage": "https://github.com/MetaMask/design-tokens#readme", "bugs": { "url": "https://github.com/MetaMask/design-tokens/issues" }, @@ -15,12 +15,19 @@ "url": "https://github.com/MetaMask/design-tokens.git" }, "license": "MIT", + "exports": { + ".": { + "import": "./dist/index.mjs", + "require": "./dist/index.js", + "types": "./dist/types/index.d.ts" + }, + "./package.json": "./package.json" + }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/types/index.d.ts", "files": [ - "dist", - "src/css/" + "dist" ], "scripts": { "build": "tsup --clean && yarn build:types",