strapi-generate-new
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -24,4 +24,4 @@ 'use strict'; | ||
// in the newly created `package.json`. | ||
const frameworkPkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '..', '..', 'strapi', 'package.json'))) || {}; | ||
const knexPkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '..', '..', 'strapi-knex', 'package.json'))) || {}; | ||
const frameworkPkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '..', '..', '..', '..', 'strapi', 'package.json'))) || {}; | ||
const knexPkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '..', '..', '..', '..', 'strapi-knex', 'package.json'))) || {}; | ||
@@ -28,0 +28,0 @@ // Finally, return the JSON. |
{ | ||
"name": "strapi-generate-new", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Generate a new Strapi application.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://strapi.io", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22584
0