wickes-css2 2.105.1 → 2.106.0-develop.1

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 -0
  2. package/package.json +2 -2
package/Readme.md CHANGED
@@ -234,6 +234,7 @@ While using breakpoints we should use right order of its placement:
234
234
  ```
235
235
 
236
236
  * Preferable way is to use one way of breakpoints direction: -up or -down, and to use them both only in exceptional cases"
237
+
237
238
  * -only breakpoints should be placed only after group of -up or -down
238
239
 
239
240
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wickes-css2",
3
- "version": "2.105.1",
3
+ "version": "2.106.0-develop.1",
4
4
  "description": "CSS and JS and page templates in use by Wickes",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -125,7 +125,7 @@
125
125
  "branches": [
126
126
  "alt-master",
127
127
  {
128
- "name": "alt-master",
128
+ "name": "develop",
129
129
  "prerelease": "${name.replace(/^custom-tag\\//g, '')}"
130
130
  }
131
131
  ],