wickes-css2 2.104.0 → 2.105.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.
- package/Readme.md +0 -1
- package/package.json +2 -2
package/Readme.md
CHANGED
|
@@ -234,7 +234,6 @@ 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
|
-
|
|
238
237
|
* -only breakpoints should be placed only after group of -up or -down
|
|
239
238
|
|
|
240
239
|
## Js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickes-css2",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.105.0-develop.1",
|
|
4
4
|
"description": "CSS and JS and page templates in use by Wickes",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"branches": [
|
|
124
124
|
"alt-master",
|
|
125
125
|
{
|
|
126
|
-
"name": "
|
|
126
|
+
"name": "develop",
|
|
127
127
|
"prerelease": "${name.replace(/^custom-tag\\//g, '')}"
|
|
128
128
|
}
|
|
129
129
|
],
|