diff --git a/README.md b/README.md index a9cc20c..a810f41 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# Vue VSCode Snippets - -![vue-snippet-hero](https://s3-us-west-2.amazonaws.com/s.cdpn.io/28963/vue-snippet-hero.gif) +# Vue VSCode Snippets modified by kk ## Description @@ -10,8 +8,6 @@ This repo was built particularly for real world use. It doesn't catalogue the AP _Current version: Vue2_ -![SnippetDemo](https://s3-us-west-2.amazonaws.com/s.cdpn.io/28963/SnippetDemo.gif) - ## Installation _Either_ @@ -34,7 +30,7 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set | Snippet | Purpose | | ----------- | ------------------------------------------ | -| `vbase` | Single file component base with SCSS | +| `vbase` | Single file component base with LESS | | `vbase-css` | Single file component base with CSS | | `vbase-pcss`| Single file component base with PostCSS | | `vbase-ts` | Single file component base with Typescript | diff --git a/package.json b/package.json index c0947f0..dad9bed 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,19 @@ { - "name": "vue-vscode-snippets", - "displayName": "Vue VSCode Snippets", + "name": "vue-vscode-snippets-kk", + "displayName": "Vue VSCode Snippets modified by kk", "description": "Snippets that will supercharge your Vue workflow", "icon": "images/vue-logo.png", - "version": "1.8.0", - "publisher": "sdras", + "version": "1.0.0", + "publisher": "kk", "engines": { "vscode": "^1.14.0" }, "repository": { "type": "git", - "url": "https://github.com/sdras/vue-vscode-snippets.git" + "url": "https://github.com/kangkai124/vue-vscode-snippets.git" }, "scripts": { - "build": "vsce package -o vue-vscode-snippets-$npm_package_version.vsix", + "build": "vsce package -o vue-vscode-snippets-kk-$npm_package_version.vsix", "install": "yarn build && code --install-extension vue-vscode-snippets-$npm_package_version.vsix" }, "keywords": [ diff --git a/snippets/vue.json b/snippets/vue.json index 123be73..0415d4e 100644 --- a/snippets/vue.json +++ b/snippets/vue.json @@ -14,11 +14,11 @@ "\t}", "", "", - "" ], - "description": "Base for Vue File with SCSS" + "description": "Base for Vue File with LESS" }, "Vue Single File Component with postcss": { "prefix": "vbase-pcss",