Skip to content

Commit

Permalink
release 1.4.0 for linux-arm64 support
Browse files Browse the repository at this point in the history
closes #3
  • Loading branch information
jhmaster2000 committed Jul 12, 2023
1 parent af357f1 commit b0cab30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "bun-repl",
"version": "1.3.3",
"version": "1.4.0",
"description": "Experimental unofficial REPL for Bun",
"main": "src/module/repl.ts",
"scripts": {
Expand All @@ -24,18 +24,18 @@
},
"keywords": ["bun", "repl", "cli", "ts", "js"],
"dependencies": {
"@swc/core": "^1.3.64",
"@swc/core": "^1.3.68",
"pretty-ms": "^8.0.0",
"rustybun": "^0.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"bun-devtools": "^0.0.2",
"bun-types": "^0.6.9",
"eslint": "^8.43.0",
"bun-types": "^0.6.14",
"eslint": "^8.44.0",
"eslint-plugin-unicorn": "^47.0.0",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"bin": {
"bun-repl": "./src/repl.ts"
Expand Down

0 comments on commit b0cab30

Please sign in to comment.