@digigov/postcss-banner 0.3.12 → 0.3.13
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/CHANGELOG.json +12 -0
- package/CHANGELOG.md +8 -1
- package/package.json +5 -3
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/postcss-banner",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.3.13",
|
|
6
|
+
"tag": "@digigov/postcss-banner_v0.3.13",
|
|
7
|
+
"date": "Fri, 11 Mar 2022 15:42:46 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Add config files for linting, update scripts and add @digigov/cli."
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "0.3.12",
|
|
6
18
|
"tag": "@digigov/postcss-banner_v0.3.12",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @digigov/postcss-banner
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 11 Mar 2022 15:42:46 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.3.13
|
|
6
|
+
Fri, 11 Mar 2022 15:42:46 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Add config files for linting, update scripts and add @digigov/cli.
|
|
4
11
|
|
|
5
12
|
## 0.3.12
|
|
6
13
|
Thu, 10 Feb 2022 13:45:56 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/postcss-banner",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.13",
|
|
4
4
|
"description": "PostCSS plugin to add text banner to resulting file",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"postcss",
|
|
@@ -23,9 +23,11 @@
|
|
|
23
23
|
"eslint-plugin-import": "2.20.1",
|
|
24
24
|
"mocha": "5",
|
|
25
25
|
"prettier": "2.2.1",
|
|
26
|
-
"@digigov/cli-lint": "0.5.28"
|
|
26
|
+
"@digigov/cli-lint": "0.5.28",
|
|
27
|
+
"@digigov/cli": "0.5.27"
|
|
27
28
|
},
|
|
28
29
|
"scripts": {
|
|
29
|
-
"test": "
|
|
30
|
+
"test": "mocha",
|
|
31
|
+
"lint": "digigov lint"
|
|
30
32
|
}
|
|
31
33
|
}
|