From a1feb271980fe3d993d5a8566e8c60b83beb50e4 Mon Sep 17 00:00:00 2001 From: Bao Nhan Date: Tue, 30 May 2017 17:36:43 -0700 Subject: [PATCH] add new actionscript commands --- index.js | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 29aace4..82b1f9b 100644 --- a/index.js +++ b/index.js @@ -142,7 +142,9 @@ var commands = [ 'collect prefetch items', 'execute prefetch plug-in', 'end prefetch block', - 'exit' + 'exit', + 'quarantine', + 'agent interface' ]; module.exports = function(script) { diff --git a/package.json b/package.json index 846f222..19cbe39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "highlight-bigfix-actionscript", - "version": "1.0.3", + "version": "1.0.4", "description": "Make syntax highlighted BigFix ActionScript", "main": "index.js", "scripts": {