@digigov/postcss-banner 0.3.13 → 0.3.16

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/postcss-banner",
3
- "version": "0.3.13",
3
+ "version": "0.3.16",
4
4
  "description": "PostCSS plugin to add text banner to resulting file",
5
5
  "keywords": [
6
6
  "postcss",
@@ -23,8 +23,8 @@
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",
27
- "@digigov/cli": "0.5.27"
26
+ "@digigov/cli-lint": "0.5.29",
27
+ "@digigov/cli": "0.6.0"
28
28
  },
29
29
  "scripts": {
30
30
  "test": "mocha",
package/CHANGELOG.json DELETED
@@ -1,70 +0,0 @@
1
- {
2
- "name": "@digigov/postcss-banner",
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
- },
16
- {
17
- "version": "0.3.12",
18
- "tag": "@digigov/postcss-banner_v0.3.12",
19
- "date": "Thu, 10 Feb 2022 13:45:56 GMT",
20
- "comments": {
21
- "patch": [
22
- {
23
- "comment": "pin down dependency versions"
24
- }
25
- ],
26
- "dependency": [
27
- {
28
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.27` to `0.5.28`"
29
- }
30
- ]
31
- }
32
- },
33
- {
34
- "version": "0.3.11",
35
- "tag": "@digigov/postcss-banner_v0.3.11",
36
- "date": "Tue, 08 Feb 2022 15:21:11 GMT",
37
- "comments": {
38
- "dependency": [
39
- {
40
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.26` to `0.5.27`"
41
- }
42
- ]
43
- }
44
- },
45
- {
46
- "version": "0.3.10",
47
- "tag": "@digigov/postcss-banner_v0.3.10",
48
- "date": "Wed, 02 Feb 2022 15:44:29 GMT",
49
- "comments": {
50
- "dependency": [
51
- {
52
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.25` to `0.5.26`"
53
- }
54
- ]
55
- }
56
- },
57
- {
58
- "version": "0.3.8",
59
- "tag": "@digigov/postcss-banner_v0.3.8",
60
- "date": "Thu, 30 Dec 2021 12:54:03 GMT",
61
- "comments": {
62
- "patch": [
63
- {
64
- "comment": "Initial release for forked postcss-banner plugin"
65
- }
66
- ]
67
- }
68
- }
69
- ]
70
- }
package/CHANGELOG.md DELETED
@@ -1,35 +0,0 @@
1
- # Change Log - @digigov/postcss-banner
2
-
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.
11
-
12
- ## 0.3.12
13
- Thu, 10 Feb 2022 13:45:56 GMT
14
-
15
- ### Patches
16
-
17
- - pin down dependency versions
18
-
19
- ## 0.3.11
20
- Tue, 08 Feb 2022 15:21:11 GMT
21
-
22
- _Version update only_
23
-
24
- ## 0.3.10
25
- Wed, 02 Feb 2022 15:44:29 GMT
26
-
27
- _Version update only_
28
-
29
- ## 0.3.8
30
- Thu, 30 Dec 2021 12:54:03 GMT
31
-
32
- ### Patches
33
-
34
- - Initial release for forked postcss-banner plugin
35
-