@daren/typography
Advanced tools
Comparing version 1.3.4 to 1.3.5
{ | ||
"name": "@daren/typography", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"repository": { | ||
@@ -25,4 +25,3 @@ "type": "git", | ||
"scripts": { | ||
"prebuild": "rimraf dist", | ||
"build": "concurrently yarn:build:*", | ||
"build": "run-p build:*", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel lib --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps", | ||
@@ -32,3 +31,3 @@ "build:esm": "cross-env BABEL_ENV=esm babel lib --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps", | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", | ||
"lint": "concurrently yarn:lint:*", | ||
"lint": "run-p lint:*", | ||
"lint:lib": "eslint lib --ext .ts,.tsx --config ../../.eslintrc.js", | ||
@@ -42,3 +41,3 @@ "lint:types": "tsc --noEmit", | ||
"dependencies": { | ||
"@daren/utils": "^1.3.2" | ||
"@daren/utils": "^1.3.3" | ||
}, | ||
@@ -54,3 +53,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "e62d8f51fd3a85019bb98ced9df54f01e925200a" | ||
"gitHead": "3250f95f2650b1603e16b0834fef0beb8663e64b" | ||
} |
@@ -6,3 +6,3 @@ # `@daren/typography` | ||
``` | ||
yarn install @daren/typography | ||
npm install @daren/typography | ||
``` |
22484
Updated@daren/utils@^1.3.3