diff --git a/package.json b/package.json index a9fda1d..0d49127 100644 --- a/package.json +++ b/package.json @@ -7,13 +7,13 @@ "collagejs", "micro-frontend" ], - "homepage": "https://github.com/collagejs/vite#readme", + "homepage": "https://github.com/collagejs/importmap#readme", "bugs": { - "url": "https://github.com/collagejs/vite/issues" + "url": "https://github.com/collagejs/importmap/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/collagejs/vite.git" + "url": "git+https://github.com/collagejs/importmap.git" }, "license": "MIT", "author": { diff --git a/src/Resolver.ts b/src/resolver.ts similarity index 100% rename from src/Resolver.ts rename to src/resolver.ts diff --git a/tests/Resolver.test.ts b/tests/resolver.test.ts similarity index 100% rename from tests/Resolver.test.ts rename to tests/resolver.test.ts diff --git a/tsconfig.json b/tsconfig.json index 14a3ee8..27fd3c0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,10 +13,10 @@ "declaration": true, "declarationMap": true, "sourceMap": true, + "rootDir": "./src" }, "include": [ "src/**/*", - "tests/**/*", ], "exclude": [ "dist",