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.
- package/README.md +2 -0
- 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:
|