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]
|
## [1.0.0] 2018-12-03
|
||||||
- Initial release
|
- 正式上架插件商店。
|
16
package.json
16
package.json
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue