🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

2dfire-cli

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

2dfire-cli - npm Package Compare versions

Comparing version
1.9.2
to
1.9.3
+5
-5
command/page.js

@@ -12,7 +12,7 @@ const fs = require('fs-extra')

module.exports = async function() {
if (!isFireProject()) {
return warning(
'This is not a project that created by 2dfire-cli,so you cannot use the command'
)
}
// if (!isFireProject()) {
// return warning(
// 'This is not a project that created by 2dfire-cli,so you cannot use the command'
// )
// }
let pageName = process.argv[3] || ''

@@ -19,0 +19,0 @@ if (!pageName.trim()) {

{
"name": "2dfire-cli",
"version": "1.9.2",
"version": "1.9.3",
"description": "cli",

@@ -5,0 +5,0 @@ "author": "danfan",