Skip to content

Commit

Permalink
Version 2.3
Browse files Browse the repository at this point in the history
Changed:
- Export Noise* types
- Updated dependencies
  • Loading branch information
joshforisha committed Apr 13, 2020
1 parent 27653be commit 864715d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 49 deletions.
39 changes: 0 additions & 39 deletions CHANGELOG.md

This file was deleted.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open-simplex-noise",
"version": "2.2.0",
"version": "2.3.0",
"description": "OpenSimplex noise for TypeScript/JavaScript",
"keywords": [
"noise",
Expand Down Expand Up @@ -32,7 +32,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"prettier": "^1.19.1",
"typescript": "^3.7.3"
"prettier": "^2.0.4",
"typescript": "^3.8.3"
}
}

0 comments on commit 864715d

Please sign in to comment.