@slimr/css 2.0.5 → 2.0.7

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": "@slimr/css",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "author": "Brian Dombrowski",
5
5
  "license": "ISC",
6
6
  "private": false,
@@ -21,11 +21,11 @@
21
21
  "module": "./esm/index.js",
22
22
  "types": "./esm/index.d.ts",
23
23
  "scripts": {
24
- "build": "npm-run-all clean lint --parallel build:*",
24
+ "build": "npm-run-all clean --parallel build:*",
25
25
  "build:esm": "OUT=esm; tsc -d -m es2020 --outDir $OUT --noEmit false && cp -r src/* $OUT",
26
26
  "build:cjs": "OUT=cjs; tsc -d -m commonjs --outDir $OUT --noEmit false && cp -r src/* $OUT",
27
27
  "clean": "rm -rf esm cjs",
28
- "lint": "eslint .",
29
- "prepack": "npm run build && npm version patch"
28
+ "lint": "tsc && eslint .",
29
+ "prepack": "run-s clean lint && npm version patch && run-s build"
30
30
  }
31
31
  }
Binary file