Skip to content

Commit df61e0c

Browse files
committed
chore: Fix audit log
1 parent 651d010 commit df61e0c

File tree

3 files changed

+154
-6285
lines changed

3 files changed

+154
-6285
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"@strapi/design-system": "^0.0.1-alpha.75",
6161
"@strapi/helper-plugin": "^4.0.7",
6262
"@strapi/icons": "^0.0.1-alpha.75",
63-
"@strapi/strapi": "^4.0.7",
6463
"@strapi/utils": "^4.0.7",
6564
"babel-eslint": "9.0.0",
6665
"eslint": "^7.32.0",

server/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Table = require('cli-table');
55
const chalk = require('chalk');
66
const inquirer = require('inquirer');
77
const { isEmpty } = require('lodash');
8-
const strapi = require('@strapi/strapi');
8+
const strapi = require('@strapi/strapi'); // eslint-disable-line
99

1010
const warnings = require('./warnings');
1111
const packageJSON = require('../package.json');

0 commit comments

Comments
 (0)