@tds/core-colours
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.2.1](https://github.com/telusdigital/tds/compare/@tds/core-colours@2.2.0...@tds/core-colours@2.2.1) (2019-10-09) | ||
### Bug Fixes | ||
* **core-colours:** fix path to deprecate.js for windows ([e309d52](https://github.com/telusdigital/tds/commit/e309d52)) | ||
# [2.2.0](https://github.com/telusdigital/tds/compare/@tds/core-colours@2.1.0...@tds/core-colours@2.2.0) (2019-10-04) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@tds/core-colours", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "The TDS colour palatte", | ||
@@ -13,3 +13,3 @@ "main": "index.cjs.js", | ||
"scripts": { | ||
"postinstall": "node ./deprecate.js; exit 0;" | ||
"postinstall": "node deprecate.js" | ||
}, | ||
@@ -27,3 +27,3 @@ "publishConfig": { | ||
"homepage": "http://tds.telus.com", | ||
"gitHead": "d3b1a20b3d787966d7aa1ffd601963f1584da21f" | ||
"gitHead": "e5c16dece2469304d5e6f4fc380c70f1fc071e13" | ||
} |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
15151