Skip to content

Commit

Permalink
fix: adapt for latest pascal-case
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 19, 2020
1 parent 29b0033 commit a68581d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-endpoints/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { resolve } = require("path");

const Handlebars = require("handlebars");
const set = require("lodash.set");
const pascalCase = require("pascal-case");
const { pascalCase } = require("pascal-case");
const prettier = require("prettier");
const { stringToJsdocComment } = require("string-to-jsdoc-comment");
const sortKeys = require("sort-keys");
Expand Down

0 comments on commit a68581d

Please sign in to comment.