@daren/typography
Advanced tools
Comparing version 1.1.3 to 1.2.0
{ | ||
"name": "@daren/typography", | ||
"version": "1.1.3", | ||
"sideEffects": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"version": "1.2.0", | ||
"repository": { | ||
@@ -13,6 +9,3 @@ "type": "git", | ||
}, | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"typings": "dist/types/index.d.ts", | ||
"sideEffects": false, | ||
"exports": { | ||
@@ -24,2 +17,6 @@ ".": { | ||
}, | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"typings": "dist/types/index.d.ts", | ||
"files": [ | ||
@@ -30,24 +27,27 @@ "dist" | ||
"prebuild": "rimraf dist", | ||
"start": "nodemon --watch src --exec yarn build -e ts,tsx", | ||
"build": "concurrently yarn:build:*", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel lib --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps", | ||
"build:esm": "cross-env BABEL_ENV=esm babel lib --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", | ||
"lint": "concurrently yarn:lint:*", | ||
"lint:lib": "eslint lib --ext .ts,.tsx --config ../../.eslintrc.js", | ||
"lint:types": "tsc --noEmit", | ||
"start": "nodemon --watch lib --exec yarn build -e ts,tsx", | ||
"test": "jest --env=jsdom --passWithNoTests", | ||
"lint": "concurrently yarn:lint:*", | ||
"version": "yarn build", | ||
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", | ||
"test:cov": "yarn test --coverage", | ||
"lint:src": "eslint src --ext .ts,.tsx --config ../../.eslintrc.js", | ||
"lint:types": "tsc --noEmit" | ||
"version": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@daren/utils": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"react": "^17.0.2" | ||
}, | ||
"dependencies": { | ||
"@daren/utils": "^1.1.0" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=17.0.2" | ||
}, | ||
"gitHead": "89d30725f6be9bd6059c7c80537f972d42551a3d" | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "071d1e13c8ceaa685250e731921f18aefc322231" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
22327
17
1
8
Updated@daren/utils@^1.2.0