Skip to content

Commit 98e78b6

Browse files
committed
chore: transfer repo to thecodeorigin
1 parent 7e3be7b commit 98e78b6

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: 20
3030
cache: 'pnpm'
3131
registry-url: "https://npm.pkg.github.com"
32-
scope: "@imrim12"
32+
scope: "@thecodeorigin"
3333

3434
- name: Install dependencies
3535
run: pnpm install

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@imrim12:registry=https://npm.pkg.github.com/
1+
@thecodeorigin:registry=https://npm.pkg.github.com/
22
auto-install-peers=true
33
shamefully-hoist=true
44
package-manager-strict=false

env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { RouteLocationRaw } from 'vue-router'
22
import type { Arrayable } from '@vueuse/core'
33
import type { Page } from 'puppeteer'
4-
import type { Actions, Subjects } from '@base/utils/casl'
4+
import type { Actions, Subjects } from '~/stores/casl'
55
import type { NavGroupType, NavItem } from '@base/@layouts/types'
66
import type { z } from 'zod'
77
import type { selectSysUserSchema } from './server/db/schemas'

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import eslint from '@imrim12/eslint-config'
1+
import eslint from '@thecodeorigin/eslint-config'
22
import withNuxt from './.nuxt/eslint.config.mjs'
33

44
export default withNuxt(

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { RouteLocationRaw } from 'vue-router'
22
import type { Arrayable } from '@vueuse/core'
3-
import type { Actions, Subjects } from './app/utils/casl'
3+
import type { Actions, Subjects } from './app/stores/casl'
44
import type { NavGroupType, NavItem } from './app/@base/@layouts/types'
55

66
declare module '#app' {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@imrim12/base",
2+
"name": "@thecodeorigin/base",
33
"type": "module",
44
"version": "1.3.11",
55
"publishConfig": {
@@ -8,10 +8,10 @@
88
},
99
"packageManager": "pnpm@9.12.1",
1010
"author": "thecodeorigin <contact@thecodeorigin.com>",
11-
"homepage": "https://github.com/imrim12/nuxt-template",
11+
"homepage": "https://github.com/thecodeorigin/nuxt-template",
1212
"repository": {
1313
"type": "git",
14-
"url": "git+ssh://git@github.com/imrim12/nuxt-template.git",
14+
"url": "git+ssh://git@github.com/thecodeorigin/nuxt-template.git",
1515
"directory": ""
1616
},
1717
"exports": {
@@ -71,7 +71,7 @@
7171
"@iconify/tools": "4.0.4",
7272
"@iconify/utils": "2.1.23",
7373
"@iconify/vue": "4.1.1",
74-
"@imrim12/eslint-config": "workspace:*",
74+
"@thecodeorigin/eslint-config": "workspace:*",
7575
"@ngneat/falso": "^7.2.0",
7676
"@nuxt/eslint": "^0.5.7",
7777
"@nuxt/fonts": "^0.9.2",

packages/config/eslint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@imrim12/eslint-config",
2+
"name": "@thecodeorigin/eslint-config",
33
"type": "module",
44
"version": "1.0.1",
55
"publishConfig": {
@@ -8,10 +8,10 @@
88
},
99
"packageManager": "pnpm@9.4.0",
1010
"author": "thecodeorigin <contact@thecodeorigin.com>",
11-
"homepage": "https://github.com/imrim12/nuxt-template",
11+
"homepage": "https://github.com/thecodeorigin/nuxt-template",
1212
"repository": {
1313
"type": "git",
14-
"url": "git+ssh://git@github.com/imrim12/nuxt-template.git",
14+
"url": "git+ssh://git@github.com/thecodeorigin/nuxt-template.git",
1515
"directory": ""
1616
},
1717
"main": "./index.mjs",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)