Skip to content

Commit 4324334

Browse files
committed
Package bugfix
1 parent e6c142d commit 4324334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"tsd-jsdoc": "^2.5.0"
88
},
99
"types": "./types/index.d.ts",
10-
"name": "promise-sql",
10+
"name": "promisesql",
1111
"description": "A [node-sqlite3](https://www.npmjs.com/package/sqlite3) wrapper for running simple, promise-based database queries in Node.js. It works best in smaller projects with a lot of asynchronous development, e.g., a Discord bot that implements slash commands.",
1212
"version": "1.2.10",
1313
"main": "promise-sql.js",

0 commit comments

Comments
 (0)