@ereo/plugin-images 0.1.33 → 0.1.35

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -190,7 +190,7 @@ For full documentation, visit the [EreoJS Images Plugin Documentation](https://e
190
190
 
191
191
  ## Part of EreoJS
192
192
 
193
- This package is part of the [EreoJS](https://github.com/ereojs/ereo) monorepo - a modern full-stack JavaScript framework.
193
+ This package is part of the [EreoJS](https://github.com/ereoJS/ereoJS) monorepo - a modern full-stack JavaScript framework.
194
194
 
195
195
  ## License
196
196
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@ereo/plugin-images",
3
- "version": "0.1.33",
3
+ "version": "0.1.35",
4
4
  "license": "MIT",
5
5
  "author": "Ereo Team",
6
- "homepage": "https://ereo.dev",
6
+ "homepage": "https://ereojs.github.io/ereoJS",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/ereojs/ereo.git",
9
+ "url": "https://github.com/ereoJS/ereoJS.git",
10
10
  "directory": "packages/plugin-images"
11
11
  },
12
12
  "bugs": {
13
- "url": "https://github.com/ereojs/ereo/issues"
13
+ "url": "https://github.com/ereoJS/ereoJS/issues"
14
14
  },
15
15
  "type": "module",
16
16
  "main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "typecheck": "tsc --noEmit"
37
37
  },
38
38
  "dependencies": {
39
- "@ereo/core": "^0.1.33",
39
+ "@ereo/core": "^0.1.35",
40
40
  "sharp": "^0.33.0"
41
41
  },
42
42
  "devDependencies": {