wickes-css2 2.97.0-remove-unpkg.2 → 2.97.0-remove-unpkg.34
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/package.json +7 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickes-css2",
|
|
3
|
-
"version": "2.97.0-remove-unpkg.
|
|
3
|
+
"version": "2.97.0-remove-unpkg.34",
|
|
4
4
|
"description": "CSS and JS and page templates in use by Wickes",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -110,6 +110,10 @@
|
|
|
110
110
|
{
|
|
111
111
|
"name": "feat/remove-unpkg",
|
|
112
112
|
"prerelease": "remove-unpkg"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "feat/remove-unpkg-test",
|
|
116
|
+
"prerelease": "remove-unpkg-test"
|
|
113
117
|
}
|
|
114
118
|
],
|
|
115
119
|
"plugins": [
|
|
@@ -119,28 +123,9 @@
|
|
|
119
123
|
"@semantic-release/gitlab",
|
|
120
124
|
{
|
|
121
125
|
"gitlabUrl": "https://gitlab.com",
|
|
122
|
-
"assets": [
|
|
123
|
-
{
|
|
124
|
-
"path": "build/css/*",
|
|
125
|
-
"label": "CSS distribution"
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"path": "build/img/*",
|
|
129
|
-
"label": "IMG distribution"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"path": "build/js/*",
|
|
133
|
-
"label": "JS distribution"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"path": "src/*",
|
|
137
|
-
"label": "Template distribution"
|
|
138
|
-
}
|
|
139
|
-
],
|
|
140
126
|
"successComment": false
|
|
141
127
|
}
|
|
142
|
-
]
|
|
143
|
-
"@semantic-release/npm"
|
|
128
|
+
]
|
|
144
129
|
]
|
|
145
130
|
}
|
|
146
|
-
}
|
|
131
|
+
}
|