Skip to content

Commit

Permalink
change package name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wonlaw committed Oct 29, 2024
1 parent 96bd00b commit 68a6eea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "better-sqlite3-bedrock",
"version": "1.0.4",
"description": "The fastest and simplest library for SQLite3 in Node.js.",
"homepage": "https://github.com/tantaman/better-sqlite3-bedrock",
"author": "Matt Wonlaw",
"name": "@rocicorp/zero-sqlite3",
"version": "1.0.0",
"description": "better-sqlite3 on bedrock",
"homepage": "https://github.com/rocicorp/zero-sqlite3",
"author": "Rocicorp",
"repository": {
"type": "git",
"url": "git://github.com/tantaman/better-sqlite3-bedrock.git"
"url": "git://github.com/rocicorp/zero-sqlite3.git"
},
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 68a6eea

Please sign in to comment.