@csdsesystems/central-styles 1.0.4 → 1.0.5
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 -6
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csdsesystems/central-styles",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
5
|
-
"main": "
|
|
3
|
+
"version": "1.0.5",
|
|
4
|
+
"description": "Pre-built CSS styles for all central websites.",
|
|
5
|
+
"main": "css/style.css",
|
|
6
|
+
"files": [
|
|
7
|
+
"css/"
|
|
8
|
+
],
|
|
6
9
|
"scripts": {
|
|
7
10
|
"build": "gulp build",
|
|
8
|
-
"start": "gulp"
|
|
9
|
-
"version": "gulp build",
|
|
10
|
-
"postversion": "git push"
|
|
11
|
+
"start": "gulp"
|
|
11
12
|
},
|
|
12
13
|
"repository": {
|
|
13
14
|
"type": "git",
|