Skip to content

Commit

Permalink
updating package.json after lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Feb 1, 2024
1 parent 6670fa5 commit cbb2654
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand All @@ -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",
Expand Down

0 comments on commit cbb2654

Please sign in to comment.