Skip to content

Commit bf035f3

Browse files
committed
rename directory
1 parent 707d88a commit bf035f3

107 files changed

Lines changed: 14 additions & 15 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dist/
2-
/packages/happy-css-modules-cli/example
2+
/packages/happy-css-modules/example
33
/docs/how-does-definition-jumps-work

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.DS_Store
22
node_modules/
3-
/packages/happy-css-modules-cli/example/app.js
4-
/packages/happy-css-modules-cli/example/*.css.d.ts
5-
/packages/happy-css-modules-cli/example/bundle.js
6-
/packages/happy-css-modules-cli/example/bundle.css
3+
/packages/happy-css-modules/example/app.js
4+
/packages/happy-css-modules/example/*.css.d.ts
5+
/packages/happy-css-modules/example/bundle.js
6+
/packages/happy-css-modules/example/bundle.css
77
*.swp
88
*.swo
99
dist/

jest.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const config = {
1919
'^.+\\.(t|j)sx?$': '@swc/jest',
2020
},
2121
// for ESM
22-
resolver: join(dir, 'packages/happy-css-modules-cli/src/test-util/jest/resolver.cjs'),
22+
resolver: join(dir, 'packages/happy-css-modules/src/test-util/jest/resolver.cjs'),
2323
};
2424

2525
// eslint-disable-next-line import/no-default-export

jest.setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { format } from 'prettier';
22
// eslint-disable-next-line no-restricted-imports
3-
import { FIXTURE_DIR_PATH } from './packages/happy-css-modules-cli/src/test-util/util.js';
3+
import { FIXTURE_DIR_PATH } from './packages/happy-css-modules/src/test-util/util.js';
44

55
const jsonSerializer: jest.SnapshotSerializerPlugin = {
66
serialize(val) {

package-lock.json

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

packages/happy-css-modules-cli/example/01-basic/1.css.d.ts renamed to packages/happy-css-modules/example/01-basic/1.css.d.ts

File renamed without changes.

packages/happy-css-modules-cli/example/01-basic/1.css.d.ts.map renamed to packages/happy-css-modules/example/01-basic/1.css.d.ts.map

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)