fix(plugins): move to lockfile v2

This commit is contained in:
Oliver Eyton-Williams
2021-02-25 14:48:13 +01:00
committed by Mrugesh Mohapatra
parent 09be2a3b77
commit 5b49cd0a4e
2 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,12 @@
{
"name": "gatsby-plugin-node-identity",
"version": "0.0.1",
"lockfileVersion": 1
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gatsby-plugin-node-identity",
"version": "0.0.1"
}
}
}