dynamic-html-helpers 1.2.2 → 1.2.3
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,8 +29,9 @@ This will install the bundled code files to a folder of choice.
|
|
|
29
29
|
`npm run installBundleTo "[path to install to]"`
|
|
30
30
|
|
|
31
31
|
**Prerequisites**
|
|
32
|
-
-
|
|
33
|
-
-
|
|
32
|
+
-[x] [nodejs](https://nodejs.org/en) must be installed.
|
|
33
|
+
-[x] [path to install to] must be a valid path string (e.g. `d:/webstuff/mysite/script`).
|
|
34
|
+
If the folder doesn't exist it will be created.
|
|
34
35
|
|
|
35
36
|
### Use as standalone script
|
|
36
37
|
```html
|