Skip to content

Commit

Permalink
rename directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Apr 2, 2023
1 parent 707d88a commit bf035f3
Show file tree
Hide file tree
Showing 107 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dist/
/packages/happy-css-modules-cli/example
/packages/happy-css-modules/example
/docs/how-does-definition-jumps-work
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.DS_Store
node_modules/
/packages/happy-css-modules-cli/example/app.js
/packages/happy-css-modules-cli/example/*.css.d.ts
/packages/happy-css-modules-cli/example/bundle.js
/packages/happy-css-modules-cli/example/bundle.css
/packages/happy-css-modules/example/app.js
/packages/happy-css-modules/example/*.css.d.ts
/packages/happy-css-modules/example/bundle.js
/packages/happy-css-modules/example/bundle.css
*.swp
*.swo
dist/
Expand Down
2 changes: 1 addition & 1 deletion jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config = {
'^.+\\.(t|j)sx?$': '@swc/jest',
},
// for ESM
resolver: join(dir, 'packages/happy-css-modules-cli/src/test-util/jest/resolver.cjs'),
resolver: join(dir, 'packages/happy-css-modules/src/test-util/jest/resolver.cjs'),
};

// eslint-disable-next-line import/no-default-export
Expand Down
2 changes: 1 addition & 1 deletion jest.setup.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { format } from 'prettier';
// eslint-disable-next-line no-restricted-imports
import { FIXTURE_DIR_PATH } from './packages/happy-css-modules-cli/src/test-util/util.js';
import { FIXTURE_DIR_PATH } from './packages/happy-css-modules/src/test-util/util.js';

const jsonSerializer: jest.SnapshotSerializerPlugin = {
serialize(val) {
Expand Down
13 changes: 6 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repository": {
"type": "git",
"url": "https://github.com/mizdra/happy-css-modules.git",
"directory": "packages/happy-css-modules-cli"
"directory": "packages/happy-css-modules"
},
"keywords": [
"css-modules",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bf035f3

Please sign in to comment.