Skip to content

Commit

Permalink
v1.0.0-rc.46
Browse files Browse the repository at this point in the history
  • Loading branch information
ChALkeR committed Sep 5, 2024
1 parent eba98d7 commit bd4db33
Showing 1 changed file with 2 additions and 42 deletions.
44 changes: 2 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exodus/test",
"version": "1.0.0-rc.45",
"version": "1.0.0-rc.46",
"author": "Exodus Movement, Inc.",
"description": "A test suite runner",
"homepage": "https://github.com/ExodusMovement/test",
Expand Down Expand Up @@ -36,47 +36,7 @@
},
"prettier": "@exodus/prettier",
"files": [
"bin/jest.js",
"bin/reporter.js",
"bundler/babel-worker.cjs",
"bundler/bundle.js",
"bundler/modules/empty/function-throw.cjs",
"bundler/modules/empty/module-throw.cjs",
"bundler/modules/ansi-styles.cjs",
"bundler/modules/assert-strict.cjs",
"bundler/modules/child_process.cjs",
"bundler/modules/crypto.cjs",
"bundler/modules/fs.cjs",
"bundler/modules/fs-promises.cjs",
"bundler/modules/http.cjs",
"bundler/modules/https.cjs",
"bundler/modules/globals.cjs",
"bundler/modules/jest-message-util.js",
"bundler/modules/jest-util.js",
"bundler/modules/node-buffer.cjs",
"bundler/modules/util-format.cjs",
"bundler/modules/ws.cjs",
"loaders/babel.cjs",
"loaders/typescript.js",
"loaders/typescript.loader.js",
"src/dark.cjs",
"src/engine.js",
"src/engine.node.cjs",
"src/engine.pure.cjs",
"src/engine.select.cjs",
"src/jest.js",
"src/jest.config.js",
"src/jest.config.fs.js",
"src/jest.environment.js",
"src/jest.fn.js",
"src/jest.mock.js",
"src/jest.snapshot.js",
"src/jest.timers.js",
"src/node.js",
"src/replay.js",
"src/tape.js",
"src/tape.cjs",
"src/version.js",

"CHANGELOG.md"
],
"scripts": {
Expand Down

0 comments on commit bd4db33

Please sign in to comment.