wickes-css2 2.98.0 → 2.98.1-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 (1) hide show
  1. package/package.json +1 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wickes-css2",
3
- "version": "2.98.0",
3
+ "version": "2.98.1-develop.1",
4
4
  "description": "CSS and JS and page templates in use by Wickes",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -109,14 +109,6 @@
109
109
  "alt-master",
110
110
  {
111
111
  "name": "develop",
112
- "prerelease": true
113
- },
114
- {
115
- "name": "preprod",
116
- "prerelease": true
117
- },
118
- {
119
- "name": "custom-tag/*",
120
112
  "prerelease": "${name.replace(/^custom-tag\\//g, '')}"
121
113
  }
122
114
  ],