update
parent
42c3bf113e
commit
9c97ded959
|
@ -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
|
||||
- 正式上架插件商店。
|
16
package.json
16
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"
|
||||
|
|
Loading…
Reference in New Issue