postcss-discard-comments 5.0.0 → 5.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.1](https://github.com/cssnano/cssnano/compare/postcss-discard-comments@5.0.0...postcss-discard-comments@5.0.1) (2021-05-19)
7
+
8
+ **Note:** Version bump only for package postcss-discard-comments
9
+
10
+
11
+
12
+
13
+
6
14
  # [5.0.0](https://github.com/cssnano/cssnano/compare/postcss-discard-comments@5.0.0-rc.2...postcss-discard-comments@5.0.0) (2021-04-06)
7
15
 
8
16
  **Note:** Version bump only for package postcss-discard-comments
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postcss-discard-comments",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Discard comments in your CSS files with PostCSS.",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -9,7 +9,7 @@
9
9
  ],
10
10
  "scripts": {
11
11
  "prebuild": "del-cli dist",
12
- "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"",
12
+ "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
13
13
  "prepublish": "yarn build"
14
14
  },
15
15
  "keywords": [
@@ -33,10 +33,10 @@
33
33
  "node": "^10 || ^12 || >=14.0"
34
34
  },
35
35
  "devDependencies": {
36
- "postcss": "^8.2.1"
36
+ "postcss": "^8.2.15"
37
37
  },
38
38
  "peerDependencies": {
39
- "postcss": "^8.2.1"
39
+ "postcss": "^8.2.15"
40
40
  },
41
- "gitHead": "0e2c3bf5835bafcdc8783bef66f730a24194c8f3"
41
+ "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
42
42
  }