@digigov/postcss-banner 0.3.12 → 0.3.15

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.12",
3
+ "version": "0.3.15",
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.29",
27
+ "@digigov/cli": "0.5.28"
27
28
  },
28
29
  "scripts": {
29
- "test": "eslint *.js test/*.js && mocha"
30
+ "test": "mocha",
31
+ "lint": "digigov lint"
30
32
  }
31
33
  }
package/CHANGELOG.json DELETED
@@ -1,58 +0,0 @@
1
- {
2
- "name": "@digigov/postcss-banner",
3
- "entries": [
4
- {
5
- "version": "0.3.12",
6
- "tag": "@digigov/postcss-banner_v0.3.12",
7
- "date": "Thu, 10 Feb 2022 13:45:56 GMT",
8
- "comments": {
9
- "patch": [
10
- {
11
- "comment": "pin down dependency versions"
12
- }
13
- ],
14
- "dependency": [
15
- {
16
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.27` to `0.5.28`"
17
- }
18
- ]
19
- }
20
- },
21
- {
22
- "version": "0.3.11",
23
- "tag": "@digigov/postcss-banner_v0.3.11",
24
- "date": "Tue, 08 Feb 2022 15:21:11 GMT",
25
- "comments": {
26
- "dependency": [
27
- {
28
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.26` to `0.5.27`"
29
- }
30
- ]
31
- }
32
- },
33
- {
34
- "version": "0.3.10",
35
- "tag": "@digigov/postcss-banner_v0.3.10",
36
- "date": "Wed, 02 Feb 2022 15:44:29 GMT",
37
- "comments": {
38
- "dependency": [
39
- {
40
- "comment": "Updating dependency \"@digigov/cli-lint\" from `0.5.25` to `0.5.26`"
41
- }
42
- ]
43
- }
44
- },
45
- {
46
- "version": "0.3.8",
47
- "tag": "@digigov/postcss-banner_v0.3.8",
48
- "date": "Thu, 30 Dec 2021 12:54:03 GMT",
49
- "comments": {
50
- "patch": [
51
- {
52
- "comment": "Initial release for forked postcss-banner plugin"
53
- }
54
- ]
55
- }
56
- }
57
- ]
58
- }
package/CHANGELOG.md DELETED
@@ -1,28 +0,0 @@
1
- # Change Log - @digigov/postcss-banner
2
-
3
- This log was last generated on Thu, 10 Feb 2022 13:45:56 GMT and should not be manually modified.
4
-
5
- ## 0.3.12
6
- Thu, 10 Feb 2022 13:45:56 GMT
7
-
8
- ### Patches
9
-
10
- - pin down dependency versions
11
-
12
- ## 0.3.11
13
- Tue, 08 Feb 2022 15:21:11 GMT
14
-
15
- _Version update only_
16
-
17
- ## 0.3.10
18
- Wed, 02 Feb 2022 15:44:29 GMT
19
-
20
- _Version update only_
21
-
22
- ## 0.3.8
23
- Thu, 30 Dec 2021 12:54:03 GMT
24
-
25
- ### Patches
26
-
27
- - Initial release for forked postcss-banner plugin
28
-