remove unused nightwind dep

This commit is contained in:
Harvey Tindall 2022-03-22 15:09:38 +00:00
parent 200dc1c91a
commit 8b52330304
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 0 additions and 17 deletions

16
package-lock.json generated
View File

@ -20,7 +20,6 @@
"jsdom": "^19.0.0",
"lodash": "^4.17.21",
"mjml": "^4.12.0",
"nightwind": "github:yonson2/nightwind",
"perl-regex": "^1.0.4",
"postcss": "^8.4.5",
"remixicon": "^2.5.0",
@ -4067,15 +4066,6 @@
"node": ">= 0.6"
}
},
"node_modules/nightwind": {
"version": "1.1.12",
"resolved": "git+ssh://git@github.com/yonson2/nightwind.git#755e4b34e0cd782291822b88ad969c69404900da",
"integrity": "sha512-eibdkEdOFtBj/1iTk3W0CP9+GXwW1OXcoLBm+Pf7Sq5JLRmailuhaxGrKlNjZH9Wn8yYPO+LuYHg3NMG27Gjuw==",
"license": "MIT",
"peerDependencies": {
"tailwindcss": ">= 2.0.0"
}
},
"node_modules/no-case": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",
@ -10163,12 +10153,6 @@
"integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
"dev": true
},
"nightwind": {
"version": "git+ssh://git@github.com/yonson2/nightwind.git#755e4b34e0cd782291822b88ad969c69404900da",
"integrity": "sha512-eibdkEdOFtBj/1iTk3W0CP9+GXwW1OXcoLBm+Pf7Sq5JLRmailuhaxGrKlNjZH9Wn8yYPO+LuYHg3NMG27Gjuw==",
"from": "nightwind@github:yonson2/nightwind",
"requires": {}
},
"no-case": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",

View File

@ -28,7 +28,6 @@
"jsdom": "^19.0.0",
"lodash": "^4.17.21",
"mjml": "^4.12.0",
"nightwind": "github:yonson2/nightwind",
"perl-regex": "^1.0.4",
"postcss": "^8.4.5",
"remixicon": "^2.5.0",