This commit is contained in:
Jacob Nguyen
2023-06-10 19:06:26 -05:00
parent d6c55cadeb
commit 9a0403679c

View File

@@ -1,6 +1,6 @@
{
"name": "@sern/create-bot",
"version": "1.0.0",
"version": "1.1.0",
"main": "./dist/index.js",
"license": "MIT",
"scripts": {
@@ -23,5 +23,6 @@
"repository": {
"type": "git",
"url": "git+https://github.com/sern-handler/create-bot"
}
},
"type": "module"
}