Преглед на файлове

Use proper imports, update package name

Use proper scope for packages.
master
TheoryOfNekomata преди 1 година
родител
ревизия
5eb3d1ca0c
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +1
    -1
      package.json
  2. +1
    -1
      src/modules/card/__tests__/service.test.ts

+ 1
- 1
package.json Целия файл

@@ -1,5 +1,5 @@
{
"name": "@theoryofnekomata/oblique-strategies-web-api",
"name": "@modal-sh/oblique-strategies-web-api",
"version": "0.0.0",
"types": "dist/types/index.d.ts",
"main": "dist/cjs/production/index.js",


+ 1
- 1
src/modules/card/__tests__/service.test.ts Целия файл

@@ -5,7 +5,7 @@ import {
it,
vi,
} from 'vitest';
import { generate } from '@theoryofnekomata/oblique-strategies-core';
import { generate } from '@modal-sh/oblique-strategies-core';
import { CardService, CardServiceImpl } from '../service';

vi.mock('@theoryofnekomata/oblique-strategies-core');


Зареждане…
Отказ
Запис