1
0
Fork 0

add back nord-visual-studio-code as dependency

This commit is contained in:
Matthias Kretschmann 2021-03-14 13:02:40 +01:00
parent 5cdbb0f429
commit a5ec31af33
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 8 additions and 3 deletions

View File

@ -78,7 +78,7 @@ module.exports = {
},
injectStyles: false,
extensions: [
`${__dirname}/vendor/nord-visual-studio-code-0.15.0.vsix`,
'nord-visual-studio-code',
`${__dirname}/vendor/polar-0.0.6.vsix`
],
languageAliases: {}

8
package-lock.json generated
View File

@ -8826,8 +8826,8 @@
"integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
},
"ethereum-blockies": {
"version": "github:MyEtherWallet/blockies#d36f87e50149aacafb34f099fe0bea1df76e010c",
"from": "github:MyEtherWallet/blockies"
"version": "git+ssh://git@github.com/MyEtherWallet/blockies.git#d36f87e50149aacafb34f099fe0bea1df76e010c",
"from": "ethereum-blockies@github:MyEtherWallet/blockies"
},
"event-emitter": {
"version": "0.3.5",
@ -17003,6 +17003,10 @@
"resolved": "https://registry.npmjs.org/noop-logger/-/noop-logger-0.1.1.tgz",
"integrity": "sha1-lKKxYzxPExdVMAfYlm/Q6EG2pMI="
},
"nord-visual-studio-code": {
"version": "git+ssh://git@github.com/arcticicestudio/nord-visual-studio-code.git#5186990b2c8ba8cec1251d4ff3739cdab246e691",
"from": "nord-visual-studio-code@github:arcticicestudio/nord-visual-studio-code"
},
"normalize-package-data": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",

View File

@ -69,6 +69,7 @@
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"node-fetch": "^2.6.1",
"nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code",
"pigeon-maps": "^0.17.1",
"pigeon-marker": "^0.3.4",
"react": "^17.0.1",

Binary file not shown.