From 8336a0cf1c8ab5fab52d9a3b8973d225c9af5787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=81=E5=AE=81?= <383514580@qq.com> Date: Sun, 23 Feb 2020 06:08:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=20=E4=BF=AE=E6=94=B9=E5=BF=BD?= =?UTF-8?q?=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscodeignore | 3 +-- package.json | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscodeignore b/.vscodeignore index 134c75c..ed3f9d3 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -7,5 +7,4 @@ vsc-extension-quickstart.md **/tsconfig.json **/tslint.json **/*.map -**/*.ts -**/node_modules \ No newline at end of file +**/*.ts \ No newline at end of file diff --git a/package.json b/package.json index 1ad7f4d..aecf52e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "russell", "displayName": "any-rule", "description": "你要的\"正则\"都在这!", - "version": "0.1.1", + "version": "0.1.2", "scripts": { "build:md": "node ./scripts/md.js", "build": "npm run test:rules && npm version patch && node ./scripts/genCommond.js && vsce package && npm run build:md", @@ -308,6 +308,7 @@ "vscode-test": "^1.0.2" }, "dependencies": { + "axios": "^0.19.2", "transliteration": "^2.1.8" } }