Skip to content

Commit 2e6a246

Browse files
committed
feat: US-014 - Move crates/v8-runtime to native/v8-runtime
1 parent 46c560c commit 2e6a246

41 files changed

Lines changed: 30 additions & 30 deletions

Some content is hidden

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

crates/v8-runtime/npm/darwin-arm64/package.json renamed to native/v8-runtime/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/rivet-dev/secure-exec.git",
12-
"directory": "crates/v8-runtime/npm/darwin-arm64"
12+
"directory": "native/v8-runtime/npm/darwin-arm64"
1313
}
1414
}
File renamed without changes.

crates/v8-runtime/npm/darwin-x64/package.json renamed to native/v8-runtime/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/rivet-dev/secure-exec.git",
12-
"directory": "crates/v8-runtime/npm/darwin-x64"
12+
"directory": "native/v8-runtime/npm/darwin-x64"
1313
}
1414
}

0 commit comments

Comments
 (0)