@merkur/plugin-select-preact 0.38.2 → 0.39.0

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 +4 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <p align="center">
2
2
  <a href="https://merkur.js.org/docs/getting-started" title="Getting started">
3
- <img src="https://raw.githubusercontent.com/mjancarik/merkur/master/images/merkur-illustration.png" width="100px" height="100px" alt="Merkur illustration"/>
3
+ <img src="https://raw.githubusercontent.com/mjancarik/merkur/master/images/merkur-logo.png" width="100px" height="100px" alt="Merkur illustration"/>
4
4
  </a>
5
5
  </p>
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@merkur/plugin-select-preact",
3
- "version": "0.38.2",
3
+ "version": "0.39.0",
4
4
  "description": "Merkur select preact plugin.",
5
5
  "main": "lib/index",
6
6
  "module": "lib/index",
@@ -26,8 +26,7 @@
26
26
  "preversion": "npm test",
27
27
  "test": "jest --no-watchman -c ./jest.config.js",
28
28
  "test:es:version": "es-check es11 ./lib/index.mjs --module && es-check es9 ./lib/index.es9.mjs --module && es-check es9 ./lib/index.es9.cjs --module",
29
- "build": "rollup -c rollup.config.mjs",
30
- "prepare": "npm run build"
29
+ "build": "rollup -c rollup.config.mjs"
31
30
  },
32
31
  "repository": {
33
32
  "type": "git",
@@ -53,7 +52,7 @@
53
52
  "reselect": "^4.1.8"
54
53
  },
55
54
  "devDependencies": {
56
- "@merkur/core": "^0.38.0",
55
+ "@merkur/core": "^0.39.0",
57
56
  "@testing-library/preact": "^3.2.4"
58
57
  },
59
58
  "peerDependencies": {
@@ -62,5 +61,5 @@
62
61
  "@merkur/plugin-event-emitter": "*",
63
62
  "preact": "*"
64
63
  },
65
- "gitHead": "7c7a3f47ce06bd883ff950ab23c026f14ba46f3a"
64
+ "gitHead": "8ad2c8b26246850ce6289502a8b05e882f80ce31"
66
65
  }