@digigov/postcss-banner 0.3.14 → 0.3.17

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.14",
3
+ "version": "0.3.17",
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.29",
27
- "@digigov/cli": "0.5.27"
26
+ "@digigov/cli-lint": "0.5.30",
27
+ "@digigov/cli": "0.6.0"
28
28
  },
29
29
  "scripts": {
30
30
  "test": "mocha",
package/CHANGELOG.json DELETED
@@ -1,82 +0,0 @@
1
- {
2
- "name": "@digigov/postcss-banner",
3
- "entries": [
4
- {
5
- "version": "0.3.14",
6
- "tag": "@digigov/postcss-banner_v0.3.14",
7
- "date": "Wed, 30 Mar 2022 12:28:30 GMT",
8
- "comments": {
9
- "dependency": [
10
- {
11
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.28` to `0.5.29`"
12
- }
13
- ]
14
- }
15
- },
16
- {
17
- "version": "0.3.13",
18
- "tag": "@digigov/postcss-banner_v0.3.13",
19
- "date": "Fri, 11 Mar 2022 15:42:46 GMT",
20
- "comments": {
21
- "patch": [
22
- {
23
- "comment": "Add config files for linting, update scripts and add @digigov/cli."
24
- }
25
- ]
26
- }
27
- },
28
- {
29
- "version": "0.3.12",
30
- "tag": "@digigov/postcss-banner_v0.3.12",
31
- "date": "Thu, 10 Feb 2022 13:45:56 GMT",
32
- "comments": {
33
- "patch": [
34
- {
35
- "comment": "pin down dependency versions"
36
- }
37
- ],
38
- "dependency": [
39
- {
40
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.27` to `0.5.28`"
41
- }
42
- ]
43
- }
44
- },
45
- {
46
- "version": "0.3.11",
47
- "tag": "@digigov/postcss-banner_v0.3.11",
48
- "date": "Tue, 08 Feb 2022 15:21:11 GMT",
49
- "comments": {
50
- "dependency": [
51
- {
52
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.26` to `0.5.27`"
53
- }
54
- ]
55
- }
56
- },
57
- {
58
- "version": "0.3.10",
59
- "tag": "@digigov/postcss-banner_v0.3.10",
60
- "date": "Wed, 02 Feb 2022 15:44:29 GMT",
61
- "comments": {
62
- "dependency": [
63
- {
64
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.25` to `0.5.26`"
65
- }
66
- ]
67
- }
68
- },
69
- {
70
- "version": "0.3.8",
71
- "tag": "@digigov/postcss-banner_v0.3.8",
72
- "date": "Thu, 30 Dec 2021 12:54:03 GMT",
73
- "comments": {
74
- "patch": [
75
- {
76
- "comment": "Initial release for forked postcss-banner plugin"
77
- }
78
- ]
79
- }
80
- }
81
- ]
82
- }
package/CHANGELOG.md DELETED
@@ -1,40 +0,0 @@
1
- # Change Log - @digigov/postcss-banner
2
-
3
- This log was last generated on Wed, 30 Mar 2022 12:28:30 GMT and should not be manually modified.
4
-
5
- ## 0.3.14
6
- Wed, 30 Mar 2022 12:28:30 GMT
7
-
8
- _Version update only_
9
-
10
- ## 0.3.13
11
- Fri, 11 Mar 2022 15:42:46 GMT
12
-
13
- ### Patches
14
-
15
- - Add config files for linting, update scripts and add @digigov/cli.
16
-
17
- ## 0.3.12
18
- Thu, 10 Feb 2022 13:45:56 GMT
19
-
20
- ### Patches
21
-
22
- - pin down dependency versions
23
-
24
- ## 0.3.11
25
- Tue, 08 Feb 2022 15:21:11 GMT
26
-
27
- _Version update only_
28
-
29
- ## 0.3.10
30
- Wed, 02 Feb 2022 15:44:29 GMT
31
-
32
- _Version update only_
33
-
34
- ## 0.3.8
35
- Thu, 30 Dec 2021 12:54:03 GMT
36
-
37
- ### Patches
38
-
39
- - Initial release for forked postcss-banner plugin
40
-