Skip to content

Commit fa38ca5

Browse files
committed
chore(example): fix nuxt-netlify-cms dependency to file protocol
1 parent 3bfc052 commit fa38ca5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@nuxtjs/axios": "^5.3.1",
77
"nuxt": "latest",
88
"@dinamomx/nuxtent": "latest",
9-
"nuxt-netlify-cms": "../"
9+
"nuxt-netlify-cms": "file:../"
1010
},
1111
"scripts": {
1212
"dev": "nuxt",

example/yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,9 +2649,9 @@ eslint-scope@^4.0.0:
26492649
estraverse "^4.1.1"
26502650

26512651
esm@^3.0.84:
2652-
version "3.1.0"
2653-
resolved "https://registry.yarnpkg.com/esm/-/esm-3.1.0.tgz#89eb950b3f04b691b12f96a0d9c8de93039a1a26"
2654-
integrity sha512-r4Go7Wh7Wh0WPinRXeeM9PIajRsUdt8SAyki5R1obVc0+BwtqvtjbngVSSdXg0jCe2xZkY8hyBMx6q/uymUkPw==
2652+
version "3.1.1"
2653+
resolved "https://registry.yarnpkg.com/esm/-/esm-3.1.1.tgz#810d1144522547801a58a8ea01d6566d61578223"
2654+
integrity sha512-Md2pR4IbR37UqubbgbA4+wiBorOEFB05Oo+g4WJW7W2ajiOhUfjZt77NzzCoQdrCb40GdKcflitm+XHDF053OQ==
26552655

26562656
esprima@^4.0.0:
26572657
version "4.0.1"
@@ -4300,12 +4300,11 @@ number-is-nan@^1.0.0:
43004300
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
43014301
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
43024302

4303-
nuxt-netlify-cms@../:
4303+
"nuxt-netlify-cms@file:..":
43044304
version "3.1.0"
43054305
dependencies:
43064306
"@nuxt/friendly-errors-webpack-plugin" "^2.4.0"
43074307
extract-css-chunks-webpack-plugin "^3.3.2"
4308-
html-webpack-plugin "^3.2.0"
43094308
js-yaml "^3.10.0"
43104309
needlepoint "^1.0.5"
43114310
style-loader "^0.23.0"

0 commit comments

Comments
 (0)