diff --git a/CHANGELOG.md b/CHANGELOG.md index 64fca23..3ef96fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ -# Change Log -All notable changes to the "scss-to-css" extension will be documented in this file. +# 更新日志 -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## [Unreleased] -- Initial release \ No newline at end of file +## [1.0.0] 2018-12-03 +- 正式上架插件商店。 \ No newline at end of file diff --git a/package.json b/package.json index e0fbc10..c43c469 100644 --- a/package.json +++ b/package.json @@ -50,9 +50,21 @@ } } }, - "scripts": { - "postinstall": "node ./node_modules/vscode/bin/install" + "repository": { + "type": "git", + "url": "https://github.com/yutent/scss-to-css.git" }, + "keywords": [ + "scss", + "sass", + "easy scss", + "easy sass", + "less", + "compile", + "postcss", + "autoprefixer", + "yutent" + ], "license": "MIT", "devDependencies": { "vscode": "^1.1.21"