chore: 修改忽略

This commit is contained in:
宁宁 2020-02-23 06:08:42 +08:00
parent 6f159c8457
commit 8336a0cf1c
2 changed files with 3 additions and 3 deletions

View File

@ -8,4 +8,3 @@ vsc-extension-quickstart.md
**/tslint.json **/tslint.json
**/*.map **/*.map
**/*.ts **/*.ts
**/node_modules

View File

@ -3,7 +3,7 @@
"publisher": "russell", "publisher": "russell",
"displayName": "any-rule", "displayName": "any-rule",
"description": "你要的\"正则\"都在这!", "description": "你要的\"正则\"都在这!",
"version": "0.1.1", "version": "0.1.2",
"scripts": { "scripts": {
"build:md": "node ./scripts/md.js", "build:md": "node ./scripts/md.js",
"build": "npm run test:rules && npm version patch && node ./scripts/genCommond.js && vsce package && npm run build:md", "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" "vscode-test": "^1.0.2"
}, },
"dependencies": { "dependencies": {
"axios": "^0.19.2",
"transliteration": "^2.1.8" "transliteration": "^2.1.8"
} }
} }