File tree 2 files changed +5
-2
lines changed
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
108
108
109
109
## Changelog
110
110
111
+ ### 3.0.1
112
+ - Include simplex-noise.ts as source file, fixes sourcemap warnings.
113
+
111
114
### 3.0.0
112
115
- Changed module structure. When using bundlers that import the es module even using require() the import might need to be updated.
113
116
- Dependency update
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simplex-noise" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " simplex-noise is a fast simplex noise implementation in Javascript. Works in node and in the browser." ,
5
5
"homepage" : " https://github.com/jwagner/simplex-noise.js" ,
6
6
"author" :
" Jonas Wagner <[email protected] > (http://29a.ch/)" ,
78
78
"prepare" : " npm run-script build" ,
79
79
"benchmark" : " parcel build && node ./perf/benchmark.js"
80
80
}
81
- }
81
+ }
You can’t perform that action at this time.
0 commit comments