Skip to content

Commit 04f44a1

Browse files
author
Alban Bailly
committed
missing dep and cleanup
1 parent b36969c commit 04f44a1

File tree

3 files changed

+1304
-29
lines changed

3 files changed

+1304
-29
lines changed

gatsby-node.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
const JsonSchemaRefParser = require("json-schema-ref-parser");
22
const path = require("path");
33
const _ = require("lodash");
4-
// const axios = require("axios");
5-
// https://developers.linode.com/api/docs/v4/openapi.yaml
64

75
const specs = require("./src/data/spec.json");
86
const crypto = require("crypto");

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"gatsby-transformer-remark": "^2.1.1-rc.5",
2424
"gatsby-transformer-sharp": "^2.1.13",
2525
"json-schema-ref-parser": "^6.1.0",
26+
"netlify-cms-app": "^2.9.1",
2627
"postcss-easy-import": "^3.0.0",
2728
"prop-types": "^15.6.2",
2829
"react": "^16.7.0",

0 commit comments

Comments
 (0)