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

View File

@ -50,9 +50,21 @@
} }
} }
}, },
"scripts": { "repository": {
"postinstall": "node ./node_modules/vscode/bin/install" "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", "license": "MIT",
"devDependencies": { "devDependencies": {
"vscode": "^1.1.21" "vscode": "^1.1.21"