We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c1c02 commit b7b413fCopy full SHA for b7b413f
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "onairdiscordbot",
3
- "version": "0.0.1",
+ "version": "0.1.0",
4
"description": "Discord.js bot written in TypeScript with OnAir Company interactions",
5
"author": {
6
"name": "Mike DeVita",
@@ -9,7 +9,6 @@
9
"main": "index.ts",
10
"scripts": {
11
"start": "ts-node -r index.ts",
12
- "build": "tsc",
13
"lint": "eslint . --ext .ts",
14
"lint:fix": "eslint . --ext .ts --fix",
15
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments