create-react-admin
Advanced tools
Comparing version 4.10.5 to 4.10.6
@@ -16,6 +16,6 @@ "use strict"; | ||
if (state.dataProvider !== 'none') { | ||
copyDirectoryFiles(path_1.default.join(__dirname, '../templates', state.dataProvider), path_1.default.join(path_1.default.join(projectDirectory, 'src')), ['package.json']); | ||
copyDirectoryFiles(path_1.default.join(__dirname, '../templates', state.dataProvider), path_1.default.join(path_1.default.join(projectDirectory, 'src')), ['package.json', '.env', 'README.md', 'help.txt']); | ||
} | ||
if (state.authProvider !== 'none') { | ||
copyDirectoryFiles(path_1.default.join(__dirname, '../templates', state.authProvider), path_1.default.join(path_1.default.join(projectDirectory, 'src')), ['package.json']); | ||
copyDirectoryFiles(path_1.default.join(__dirname, '../templates', state.authProvider), path_1.default.join(path_1.default.join(projectDirectory, 'src')), ['package.json', '.env', 'README.md', 'help.txt']); | ||
} | ||
@@ -22,0 +22,0 @@ generateAppFile(projectDirectory, state); |
{ | ||
"name": "create-react-admin", | ||
"description": "A CLI to quickly start a new react-admin project", | ||
"version": "4.10.5", | ||
"version": "4.10.6", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "bin": "lib/cli.js", | ||
}, | ||
"gitHead": "e936ff2c3f887d2e98ef136cf3b3f3d254725fc4" | ||
"gitHead": "7b0d1ce289f2646b760092d62cd42ec06c7e3eda" | ||
} |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
106130
75
0