Skip to content

Commit 25e3c75

Browse files
committed
change: updated npm data
1 parent b76cedd commit 25e3c75

File tree

5 files changed

+11
-33
lines changed

5 files changed

+11
-33
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ tokens/*
5050

5151
config/*
5252
!config/.gitkeep
53+
54+
data/*
55+
!data/.gitkeep

.npmignore

Lines changed: 0 additions & 28 deletions
This file was deleted.

data/.gitkeep

Whitespace-only changes.

data/excludes.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Export / Sync your Anilist to MyAnimeList.",
55
"scripts": {
66
"start": "tsc && node dist/app.js",
7-
"build": "tsc"
7+
"build": "tsc",
8+
"prepare": "npm run build"
89
},
910
"bin": {
1011
"ani2mal": "./dist/app.js"
@@ -31,6 +32,12 @@
3132
"ts-node": "^9.1.1",
3233
"typescript": "^4.2.3"
3334
},
35+
"files": [
36+
"dist/**/*",
37+
"tokens/.gitkeep",
38+
"data/.gitkeep",
39+
"config/.gitkeep"
40+
],
3441
"repository": {
3542
"type": "git",
3643
"url": "git+https://github.com/ipmanlk/anilist-to-mal-sync.git"

0 commit comments

Comments
 (0)