Comparing version 1.0.30 to 1.0.31
#! /usr/bin/env node | ||
const { spawn } = require('child_process'); | ||
@@ -43,2 +42,3 @@ const path = require('path'); | ||
if (code === 0) { | ||
spawn('rm', ['-rf', 'bin']); | ||
console.log('\nProject setup completed successfully!'); | ||
@@ -45,0 +45,0 @@ } else { |
{ | ||
"name": "mern-x", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "MERN-X is a comprehensive full-stack framework designed to streamline the development of web applications using the popular MERN stack: MongoDB, Express.js, React, and Node.js. Built with simplicity and scalability in mind, MERN.js empowers developers to create robust and efficient applications from end to end.", | ||
@@ -12,2 +12,3 @@ "main": "bin/index.js", | ||
}, | ||
"postinstall": "npx mern-x", | ||
"keywords": [], | ||
@@ -14,0 +15,0 @@ "author": "", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43
4627
5