pull/19/head
宇天 2018-12-03 11:02:32 +08:00
parent 42c3bf113e
commit 9c97ded959
2 changed files with 17 additions and 7 deletions

View File

@ -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
## [1.0.0] 2018-12-03
- 正式上架插件商店。

View File

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