juxtapose 4.0.62 → 4.0.63

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,6 +46,8 @@ The source for the examples can be found in the `src/examples.js` file and corre
46
46
 
47
47
  The development server will reload the page whenever you make changes.
48
48
 
49
+ One last thing to bear in mind is that this package is included by way of a relative rather than a package import. If you are importing it into your own application, however, you should use the standard package import.
50
+
49
51
  ## Building
50
52
 
51
53
  Automation is done with [npm scripts](https://docs.npmjs.com/misc/scripts), have a look at the `package.json` file. The pertinent commands are:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "juxtapose",
3
3
  "author": "James Smith",
4
- "version": "4.0.62",
4
+ "version": "4.0.63",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/juxtapose",
7
7
  "description": "JSX support for Easy elements.",