bangumi-data 0.3.138 → 0.3.140
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bangumi-data",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.140",
|
|
4
4
|
"description": "Raw data for Anime",
|
|
5
5
|
"main": "dist/data.json",
|
|
6
6
|
"types": "data.d.ts",
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"build": "node script/build.js",
|
|
13
13
|
"lint": "eslint script/ --quiet",
|
|
14
14
|
"validate": "node script/validate.js",
|
|
15
|
-
"test": "npm run lint && npm run validate"
|
|
16
|
-
"prepublishOnly": "npm run build"
|
|
15
|
+
"test": "npm run lint && npm run validate"
|
|
17
16
|
},
|
|
18
17
|
"repository": {
|
|
19
18
|
"type": "git",
|
|
@@ -29,6 +28,7 @@
|
|
|
29
28
|
"author": "Botao <wxt2005@gmail.com>",
|
|
30
29
|
"license": "CC-BY-4.0",
|
|
31
30
|
"devDependencies": {
|
|
31
|
+
"@semantic-release/git": "^10.0.1",
|
|
32
32
|
"eslint": "^8.6.0",
|
|
33
33
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
34
34
|
"eslint-plugin-import": "^2.25.4",
|