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" } }