Skip to content

Commit

Permalink
Merge pull request #21 from moonbitlang/change-user
Browse files Browse the repository at this point in the history
change username in moon.pkg.json
  • Loading branch information
myfreess authored Nov 20, 2024
2 parents 2eb9cf5 + 38ff76b commit 80353f3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/lib/falsify/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"import": [
"CAIMEOX/quickcheck/lib/lazy"
"moonbitlang/quickcheck/lib/lazy"
]
}
4 changes: 2 additions & 2 deletions src/lib/feat/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"import": [
"CAIMEOX/quickcheck/lib/lazy",
"CAIMEOX/quickcheck/lib/utils"
"moonbitlang/quickcheck/lib/lazy",
"moonbitlang/quickcheck/lib/utils"
]
}
2 changes: 1 addition & 1 deletion src/lib/internal_shrinking/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"import": ["CAIMEOX/quickcheck/lib/lazy"]
"import": ["moonbitlang/quickcheck/lib/lazy"]
}
10 changes: 5 additions & 5 deletions src/lib/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"import": [
"CAIMEOX/quickcheck/lib/feat",
"CAIMEOX/quickcheck/lib/lazy",
"CAIMEOX/quickcheck/lib/utils",
"CAIMEOX/quickcheck/lib/rose",
"CAIMEOX/quickcheck/lib/falsify"
"moonbitlang/quickcheck/lib/feat",
"moonbitlang/quickcheck/lib/lazy",
"moonbitlang/quickcheck/lib/utils",
"moonbitlang/quickcheck/lib/rose",
"moonbitlang/quickcheck/lib/falsify"
]
}

0 comments on commit 80353f3

Please sign in to comment.