Skip to content

Commit afe284d

Browse files
committed
docs: drop node: specifier mention from migration intro
1 parent 141f59e commit afe284d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

runtime/fundamentals/migrate_from_node.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ oldUrl:
99
---
1010

1111
Most Node.js projects run in Deno **with no changes at all**. Deno reads your
12-
`package.json`, installs and resolves the same npm dependencies, runs both
13-
CommonJS and ES modules, and exposes Node's built-in modules through `node:`
14-
specifiers — so in most cases you point Deno at your existing project and it
15-
just works.
12+
`package.json`, installs and resolves the same npm dependencies, and runs both
13+
CommonJS and ES modules — so in most cases you point Deno at your existing
14+
project and it just works.
1615

1716
You can also adopt Deno incrementally: use it purely as a faster, drop-in
1817
package manager for an app you still run with Node, run your existing

0 commit comments

Comments
 (0)