-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "simplex-noise", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "simplex-noise is a fast simplex noise implementation in Javascript. Works in node and in the browser.", | ||
"homepage": "https://github.com/jwagner/simplex-noise.js", | ||
"author": "Jonas Wagner <[email protected]> (http://29a.ch/)", | ||
|
@@ -80,4 +80,4 @@ | |
"prepare": "npm run-script build", | ||
"benchmark": "npm run build && cd perf && ./benchmark.sh" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Which is based on example code by Stefan Gustavson ([email protected]). | |
With Optimisations by Peter Eastman ([email protected]). | ||
Better rank ordering method by Stefan Gustavson in 2012. | ||
Copyright (c) 2022 Jonas Wagner | ||
Copyright (c) 2024 Jonas Wagner | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|