From f207e0339ca028fecdee0f87950d0026b4a96bc9 Mon Sep 17 00:00:00 2001 From: Nathan LaFreniere Date: Wed, 26 Jul 2017 16:26:50 -0700 Subject: [PATCH] fix package.json so things actually work --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 132674a..6b16850 100644 --- a/package.json +++ b/package.json @@ -43,9 +43,8 @@ "scripts": { "lint": "eslint . bin/nsp", "setup-offline": "curl -sS https://api.nodesecurity.io/advisories -o advisories.json", - "test": "lab -a code -t 100 -I Reflect", - "nsp": "bin/nsp check", - "shrinkwrap": "npm shrinkwrap && shrinkydink" + "test": "lab -a code -t 100 -I Reflect,WebAssembly", + "nsp": "bin/nsp check" }, "pre-commit": [ "test"