This commit is contained in:
@@ -10,7 +10,7 @@ const swcJestConfig = JSON.parse(
|
||||
swcJestConfig.swcrc = false;
|
||||
|
||||
module.exports = {
|
||||
displayName: '@my-monorepo/shared',
|
||||
displayName: '@spairtech/shared',
|
||||
preset: '../../jest.preset.js',
|
||||
testEnvironment: 'node',
|
||||
transform: {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@my-monorepo/shared",
|
||||
"name": "@spairtech/shared",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -9,7 +9,7 @@
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
".": {
|
||||
"@my-monorepo/source": "./src/index.ts",
|
||||
"@spairtech/source": "./src/index.ts",
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
|
||||
Reference in New Issue
Block a user