Skip to content

Commit

Permalink
Return boolean in proxy set operation to comply with trap specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Sep 18, 2020
1 parent 85c6a83 commit 7ff51ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngnjs/plugin",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "A plugin module for NGN.",
"main": "src/index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default class Reference {

plugins.set(property, value)
globalThis[me.ref].set('PLUGINS', plugins)
return true
}

// ownKeys () {
Expand Down

0 comments on commit 7ff51ed

Please sign in to comment.