@rian8337/osu-base 1.0.1 → 1.0.2

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.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rian8337/osu-base",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Base module for all osu! related modules.",
5
5
  "keywords": [
6
6
  "osu",
@@ -17,6 +17,8 @@
17
17
  ],
18
18
  "scripts": {
19
19
  "build": "tsc",
20
+ "generate-docs": "typedoc src/index.ts",
21
+ "lint": "eslint --ext ts",
20
22
  "prepare": "npm run build",
21
23
  "test": "jest -i"
22
24
  },
@@ -39,5 +41,5 @@
39
41
  "publishConfig": {
40
42
  "access": "public"
41
43
  },
42
- "gitHead": "8406e60764d46fc30483b95f56a097f2c0245417"
44
+ "gitHead": "34e161583bc0e9beb122e91f2b51ea6706e38736"
43
45
  }