Skip to content

Commit

Permalink
migrate @wbe dependencies to @cher-ami dep (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy Brauner authored Nov 2, 2023
1 parent 8d21eca commit fbac0f1
Show file tree
Hide file tree
Showing 32 changed files with 3,154 additions and 6,605 deletions.
Empty file modified .husky/pre-commit
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions apps/front/config/tasks/build-dotenv/build-dotenv.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as mfs from "@wbe/mfs"
import * as mfs from "@cher-ami/mfs"
import chalk from "chalk"
import path from "path"
import debug from "@wbe/debug"
import debug from "@cher-ami/debug"
const log = debug("config:build-dotenv")
import packageJson from "../../../package.json"

Expand Down
4 changes: 2 additions & 2 deletions apps/front/config/tasks/build-htaccess/build-htaccess.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import debug from "@wbe/debug"
import * as mfs from "@wbe/mfs"
import debug from "@cher-ami/debug"
import * as mfs from "@cher-ami/mfs"
const log = debug("config:build-htaccess")
import chalk from "chalk"

Expand Down
Loading

0 comments on commit fbac0f1

Please sign in to comment.