Skip to content

Commit b7b413f

Browse files
committed
Bump version to 0.1.0
1 parent 58c1c02 commit b7b413f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "onairdiscordbot",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Discord.js bot written in TypeScript with OnAir Company interactions",
55
"author": {
66
"name": "Mike DeVita",
@@ -9,7 +9,6 @@
99
"main": "index.ts",
1010
"scripts": {
1111
"start": "ts-node -r index.ts",
12-
"build": "tsc",
1312
"lint": "eslint . --ext .ts",
1413
"lint:fix": "eslint . --ext .ts --fix",
1514
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)