Skip to content

Commit

Permalink
Update Soup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shysolocup authored Nov 8, 2023
1 parent 08ab7ec commit d1347a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/random/spreads/Soup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const Soup = require('@stews/soup');
const random = require('../index.js');

Soup.newP("random", random);
Soup.newP("random", function() {
return new random(this);
});

0 comments on commit d1347a8

Please sign in to comment.