Skip to content

Commit

Permalink
Upgrade title-case dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dar5hak committed Jul 11, 2020
1 parent 3d6ddb0 commit 1affb83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';
const gitConfig = require('git-config');
const Generator = require('yeoman-generator');
const titleCase = require('title-case');
const {titleCase} = require('title-case');

class GeneratorAwesomeList extends Generator {
initializing() {
Expand Down
34 changes: 11 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "^7.4.0",
"git-config": "0.0.7",
"snyk": "^1.361.3",
"title-case": "^2.1.0",
"title-case": "^3.0.2",
"yeoman-generator": "^4.11.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1affb83

Please sign in to comment.