From 7a3df06eb573d36142bd1a8e03c5ce8752d300b3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 24 May 2017 15:10:37 +0200 Subject: fix build issues and add typedoc --- node_modules/minimatch/package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'node_modules/minimatch') diff --git a/node_modules/minimatch/package.json b/node_modules/minimatch/package.json index ec4b9fd88..c4514c807 100644 --- a/node_modules/minimatch/package.json +++ b/node_modules/minimatch/package.json @@ -2,25 +2,26 @@ "author": "Isaac Z. Schlueter (http://blog.izs.me)", "name": "minimatch", "description": "a glob matcher in javascript", - "version": "3.0.3", + "version": "3.0.4", "repository": { "type": "git", "url": "git://github.com/isaacs/minimatch.git" }, "main": "minimatch.js", "scripts": { - "posttest": "standard minimatch.js test/*.js", - "test": "tap test/*.js" + "test": "tap test/*.js --cov", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --all; git push origin --tags" }, "engines": { "node": "*" }, "dependencies": { - "brace-expansion": "^1.0.0" + "brace-expansion": "^1.1.7" }, "devDependencies": { - "standard": "^3.7.2", - "tap": "^5.6.0" + "tap": "^10.3.2" }, "license": "ISC", "files": [ -- cgit v1.2.3