Skip to content

Commit

Permalink
feat: iiiii
Browse files Browse the repository at this point in the history
  • Loading branch information
adan-ea committed Dec 28, 2023
1 parent 50d3db5 commit 7a52d80
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
coverage
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"type": "git",
"url": "git+https://github.com/adroidea/adroi.d.ea.git"
},
"bugs": {
"url": "https://github.com/adroidea/adroi.d.ea/issues",
"email": "adan.ea+adroid@proton.me"
},
"bugs": {
"url": "https://github.com/adroidea/adroi.d.ea/issues",
"email": "adan.ea+adroid@proton.me"
},
"keywords": [
"discord",
"bot",
Expand All @@ -20,16 +20,13 @@
"types",
"typings"
],
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/*"
],
"module": "dist/index.esm.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "node build.js",
"build": "tsc",
"test": "jest"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"files": ["src/index.ts"],
"compilerOptions": {
"target": "es2015",
"module": "es2015",
"target": "es2020",
"module": "es2020",
"declaration": true,
"outDir": "./dist",
"noEmit": false,
Expand Down

0 comments on commit 7a52d80

Please sign in to comment.