call-after-brunch
Advanced tools
Comparing version 1.7.0 to 1.7.2
{ | ||
"name": "call-after-brunch", | ||
"version": "1.7.0", | ||
"version": "1.7.2", | ||
"description": "A micro-plugin to run some javascript after Brunch's compile, inspired by after-brunch", | ||
@@ -10,5 +10,5 @@ "main": "./lib/index", | ||
"scripts": { | ||
"prepublish": "rm -rf lib && coffee --output lib/ src/" | ||
"prepublish": "rm -rf lib && coffee --output lib/ src/", | ||
"postinstall": "rm -rf lib && coffee --output lib/ src/" | ||
}, | ||
"readmeFilename": "README.md", | ||
"repository": { | ||
@@ -24,3 +24,7 @@ "type": "git", | ||
], | ||
"devDependencies": {} | ||
"devDependencies": {}, | ||
"bugs": { | ||
"url": "https://github.com/huafu/call-after-brunch/issues" | ||
}, | ||
"homepage": "https://github.com/huafu/call-after-brunch" | ||
} |
Sorry, the diff of this file is not supported yet
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1545
1