juxtapose 4.0.61 → 4.0.62

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 +1 -1
package/README.md CHANGED
@@ -40,7 +40,7 @@ The examples will then be available at the following URL:
40
40
 
41
41
  http://localhost:8888
42
42
 
43
- The source for the examples can be found in the `src/examples.js` file and corresponding `src/example` folder. You are encouraged to try the example whilst reading what follows. You can rebuild it on the fly with the following command:
43
+ The source for the examples can be found in the `src/examples.js` file and corresponding `src/example` folder. You are encouraged to try the examples whilst reading what follows. You can rebuild them on the fly with the following command:
44
44
 
45
45
  npm run watch-debug
46
46
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "juxtapose",
3
3
  "author": "James Smith",
4
- "version": "4.0.61",
4
+ "version": "4.0.62",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/juxtapose",
7
7
  "description": "JSX support for Easy elements.",