Skip to content

Commit

Permalink
Move addon
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Feb 2, 2024
1 parent 55e8e03 commit a21b574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"lib",
"prebuilds"
],
"addon": {
"target": "bare_module"
},
"scripts": {
"test": "standard && bare test.js"
},
Expand All @@ -33,8 +36,5 @@
"devDependencies": {
"brittle": "^3.1.1",
"standard": "^17.0.0"
},
"addon": {
"target": "bare_module"
}
}

0 comments on commit a21b574

Please sign in to comment.