更改项目名为NebulaShell
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# @FutureOSS/nodejs-adapter
|
||||
# @NebulaShell/nodejs-adapter
|
||||
|
||||
**Pure Node.js Runtime Adapter Service**
|
||||
|
||||
@@ -33,7 +33,7 @@ In your plugin's `manifest.json`:
|
||||
{
|
||||
"name": "@MyOrg/my-web-plugin",
|
||||
"dependencies": {
|
||||
"adapters": ["@FutureOSS/nodejs-adapter"]
|
||||
"adapters": ["@NebulaShell/nodejs-adapter"]
|
||||
}
|
||||
}
|
||||
```
|
||||
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
Node.js Runtime Adapter for FutureOSS
|
||||
Node.js Runtime Adapter for NebulaShell
|
||||
=====================================
|
||||
This plugin acts as a pure service provider (Adapter). It does NOT contain its own business logic or pkg.
|
||||
Instead, it exposes standard interfaces for OTHER plugins to execute Node.js/npm commands
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "@FutureOSS/nodejs-adapter",
|
||||
"name": "@NebulaShell/nodejs-adapter",
|
||||
"version": "1.0.0",
|
||||
"description": "Pure Node.js runtime adapter service. Provides execution context for other plugins to run Node.js/npm commands in their own ./pkg directories.",
|
||||
"author": "FutureOSS Team",
|
||||
"author": "NebulaShell Team",
|
||||
"license": "MIT",
|
||||
"type": "adapter",
|
||||
"main": "main.py",
|
||||
Reference in New Issue
Block a user