babel-plugin-frontity
Advanced tools
Comparing version 1.0.3 to 1.0.4
# Change Log | ||
## 1.0.4 | ||
### Patch Changes | ||
- [`b41175d0`](https://github.com/frontity/frontity/commit/b41175d0f5df9ca95fc449ca1a0eca6649f1bccf) [#683](https://github.com/frontity/frontity/pull/683) Thanks [@cristianbote](https://github.com/cristianbote)! - Reverts the preinstall hook added for development workflows. | ||
## 1.0.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "babel-plugin-frontity", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Babel Plugin for Frontity", | ||
@@ -20,3 +20,2 @@ "keywords": [ | ||
"scripts": { | ||
"preinstall": "node -e \"console.error('Please run \\'npm install\\' in the root.\\n'); process.exit(1);\"", | ||
"test:ci": "../../node_modules/.bin/jest --ci --coverage", | ||
@@ -23,0 +22,0 @@ "test": "../../node_modules/.bin/jest --watch", |
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
19737
0