Skip to content

Commit

Permalink
docs(global-this): Update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Dec 22, 2023
1 parent 3525a8a commit d51c759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/global-scope/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alwatr/global-scope",
"version": "1.1.0",
"description": "Cross-platform substitute for globalThis that operates in both Node.js and the browser, providing accurate type definitions and additional global variables to improve debugging.",
"description": "This TypeScript module provides a cross-platform alternative to `globalThis` named `globalScope`. This object works across different environments, including browsers (`window`), Node.js (`global`), and Web Workers (`self`).",
"author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
"keywords": [
"global",
Expand Down

0 comments on commit d51c759

Please sign in to comment.