bc-deeplib 1.0.4 → 1.0.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bc-deeplib",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "author": "dDeepLb",
5
5
  "description": "Package for easier development of BC mods without need to repeat myself in every mod",
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  "public",
11
11
  "dist"
12
12
  ],
13
- "main": "./src/DeepLib.ts",
13
+ "main": "./dist/deeplib.js",
14
14
  "devDependencies": {
15
15
  "@eslint/js": "^9.16.0",
16
16
  "@stylistic/eslint-plugin": "^2.11.0",