File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ npm install && npm test
108108
109109## Changelog
110110
111+ ### 3.0.1
112+ - Include simplex-noise.ts as source file, fixes sourcemap warnings.
113+
111114### 3.0.0
112115- Changed module structure. When using bundlers that import the es module even using require() the import might need to be updated.
113116- Dependency update
Original file line number Diff line number Diff line change 11{
22 "name" : " simplex-noise" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " simplex-noise is a fast simplex noise implementation in Javascript. Works in node and in the browser." ,
55 "homepage" : " https://github.com/jwagner/simplex-noise.js" ,
66 "author" :
" Jonas Wagner <[email protected] > (http://29a.ch/)" ,
7878 "prepare" : " npm run-script build" ,
7979 "benchmark" : " parcel build && node ./perf/benchmark.js"
8080 }
81- }
81+ }
You can’t perform that action at this time.
0 commit comments