chore(package)!: fix incorrect dependency

This commit is contained in:
郭桓桓 2023-03-07 20:16:20 +08:00
parent 458b495b44
commit 919ebfaf39
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
2 changed files with 3 additions and 17 deletions

17
package-lock.json generated
View File

@ -6,12 +6,11 @@
"packages": {
"": {
"name": "x-markdown-css",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"coffeescript": "^2.7.0",
"sass": "^1.58.3",
"x-markdown-css": "^0.1.0"
"sass": "^1.58.3"
},
"devDependencies": {
"@kuohuanhuan/stylelint-config": "^0.0.4",
@ -5198,18 +5197,6 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/x-markdown-css": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/x-markdown-css/-/x-markdown-css-0.1.0.tgz",
"integrity": "sha512-K+MdhXLXDIZA6yK4Kj2V1vq+JUFOP22lp1Vv1230/eU9gerE85FzK+wkttzeZN43+Bg6bAxaIEogLk+05WC0uA==",
"dependencies": {
"coffeescript": "^2.7.0",
"sass": "^1.58.3"
},
"engines": {
"node": ">=16"
}
},
"node_modules/yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",

View File

@ -44,8 +44,7 @@
},
"dependencies": {
"coffeescript": "^2.7.0",
"sass": "^1.58.3",
"x-markdown-css": "^0.1.0"
"sass": "^1.58.3"
},
"devDependencies": {
"@kuohuanhuan/stylelint-config": "^0.0.4",