Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "aaargh", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "cd test ; esbuild $(node_modules/.bin/aaargh example.config.json)" | ||
"test": "cd test ; esbuild $(node_modules/.bin/aaargh example.config.json)", | ||
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{print $2}' | sed 's/[\",]//g' | tr -d '[[:space:]]') && npm deprecate \"aaargh@<${PACKAGE_VERSION}\" \"Rolling release, please update to ${PACKAGE_VERSION}\"" | ||
}, | ||
@@ -12,8 +13,12 @@ "bin": { | ||
}, | ||
"homepage": "https://github.com/finwo/aaargh", | ||
"repository": { | ||
"type": "git", | ||
"url": "/home/finwo/git/finwo/aaargh" | ||
"url": "git://github.com/finwo/aaargh" | ||
}, | ||
"keywords": [], | ||
"author": "Robin Bron <finwo@pm.me>", | ||
"author": { | ||
"name": "Robin Bron", | ||
"email": "finwo@pm.me" | ||
}, | ||
"license": "MIT", | ||
@@ -20,0 +25,0 @@ "funding": { |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4898
0