Skip to content

Commit

Permalink
fix: Fix path to git repository (#41)
Browse files Browse the repository at this point in the history
[E4E-0]: Fix path to git repository
  • Loading branch information
joncursi authored Sep 26, 2024
1 parent 19d7424 commit 894db24
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
]
],
"repositoryUrl": "[email protected]:nrrccua/eslint-config.git",
"repositoryUrl": "[email protected]:nrccua/eslint-config.git",
"branches": [
{
"name": "main",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { JestConfigWithTsJest } from 'ts-jest';
const config: JestConfigWithTsJest = {
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
preset: 'ts-jest',
roots: ['<rootDir>/test'],
roots: ['<rootDir>/examples'],
setupFilesAfterEnv: ['./jest.setup.ts'],
testEnvironment: 'jsdom',
transform: {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Jon Cursi <[email protected]>",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/nrrccua/eslint-config/issues"
"url": "https://github.com/nrccua/eslint-config/issues"
},
"contributors": [
"Jon Cursi <[email protected]>",
Expand Down Expand Up @@ -56,7 +56,7 @@
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
"homepage": "https://github.com/nrrccua/eslint-config#readme",
"homepage": "https://github.com/nrccua/eslint-config#readme",
"keywords": [
"commitlint",
"eslint",
Expand All @@ -82,7 +82,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/nrrccua/eslint-config.git"
"url": "git+https://github.com/nrccua/eslint-config.git"
},
"scripts": {
"build": "npm-run-all2 build:*",
Expand Down

0 comments on commit 894db24

Please sign in to comment.