Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
fix: less to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jul 10, 2020
1 parent 0413933 commit b7e2bd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tlm src
Or, install and run as a `devDependency`:

```bash
yarn add -D typed-less-modules less
yarn add -D typed-less-modules
yarn tlm src
```

Expand Down
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiniu/typed-less-modules",
"version": "0.1.0",
"version": "0.1.2",
"description": "TypeScript type definition generator for LESS CSS Modules",
"main": "index.js",
"license": "Apache",
Expand Down Expand Up @@ -51,28 +51,20 @@
"codecov": "^3.7.0",
"husky": "^1.3.1",
"jest": "23.6.0",
"less": "^3.11.1",
"lint-staged": "^8.1.3",
"prettier": "^1.16.4",
"semantic-release": "^15.13.31",
"ts-jest": "^23.10.5",
"ts-node": "^8.0.2",
"typescript": "^3.3.3"
},
"peerDependencies": {
"less": "^3.11.0"
},
"peerDependenciesMeta": {
"less": {
"optional": false
}
},
"dependencies": {
"camelcase": "^5.0.0",
"chalk": "^3.0.0",
"chokidar": "^3.3.0",
"css-modules-loader-core": "^1.1.0",
"glob": "^7.1.6",
"less": "^3.11.0",
"param-case": "^3.0.2",
"path": "^0.12.7",
"reserved-words": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4152,7 +4152,7 @@ left-pad@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e"

less@^3.11.1:
less@^3.11.3:
version "3.11.3"
resolved "https://registry.npmjs.org/less/-/less-3.11.3.tgz#2d853954fcfe0169a8af869620bcaa16563dcc1c"
integrity sha512-VkZiTDdtNEzXA3LgjQiC3D7/ejleBPFVvq+aRI9mIj+Zhmif5TvFPM244bT4rzkvOCvJ9q4zAztok1M7Nygagw==
Expand Down

0 comments on commit b7e2bd7

Please sign in to comment.