autofront 1.5.6 → 1.5.7

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,7 +35,7 @@ The main supported packages/languages/libraries are:
35
35
  `gulpfile.js` simply would look like:
36
36
 
37
37
  ```js
38
- require('proa-gulp');
38
+ require('autofront');
39
39
  ```
40
40
 
41
41
  ### Folder structure
@@ -63,7 +63,7 @@ Running Gulp command, an additional parameter can be included (e.g.: `gulp --dev
63
63
 
64
64
  These domain URLs must to appear listed in `package.json` with the property `domains` (optionally also `domainsAliases`, to assign domain name for each alias).
65
65
 
66
- And, to capture the selected URL, put `{{PROA_DOMAIN}}` where it would be located in your source code.
66
+ And, to capture the selected URL, put `{{AUTOFRONT_DOMAIN}}` where it would be located in your source code.
67
67
 
68
68
  ## Pending
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autofront",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "Gulp settings for front-end projects.",
5
5
  "main": "index.js",
6
6
  "scripts": {