Skip to content

Commit

Permalink
Alpha Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Aug 28, 2022
1 parent 314e833 commit 43271e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oceanic.js",
"version": "0.0.3",
"version": "0.0.4",
"description": "A nodejs library for interfacing with Discord.",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand All @@ -15,7 +15,8 @@
"lint": "eslint lib --ext .ts --fix",
"build:js": "rm -rf dist && tsc && sed -i '/__exportStar(require(\".\\/types\\/index\"), exports);/d' dist/lib/index.js && cp -r lib/types dist/lib",
"build:docs": "npx typedoc && echo oceanic.owo-whats-this.dev > docs/CNAME",
"build": "npm run build:js && npm run build:docs"
"build": "npm run build:js && npm run build:docs",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oceanic.js",
"version": "0.0.3",
"version": "0.0.4",
"description": "A nodejs library for interfacing with Discord.",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand All @@ -15,7 +15,8 @@
"lint": "eslint lib --ext .ts --fix",
"build:js": "rm -rf dist && tsc && sed -i '/__exportStar(require(\".\\/types\\/index\"), exports);/d' dist/lib/index.js && cp -r lib/types dist/lib",
"build:docs": "npx typedoc && echo oceanic.owo-whats-this.dev > docs/CNAME",
"build": "npm run build:js && npm run build:docs"
"build": "npm run build:js && npm run build:docs",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 43271e4

Please sign in to comment.