Skip to content

Commit

Permalink
Bump version, include lib/ in files
Browse files Browse the repository at this point in the history
  • Loading branch information
joshforisha committed Jul 16, 2020
1 parent 653bfb7 commit bb94e62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open-simplex-noise",
"version": "2.4.0-pre2",
"version": "2.4.0-pre3",
"description": "OpenSimplex noise for TypeScript/JavaScript",
"keywords": [
"noise",
Expand All @@ -21,6 +21,9 @@
"contributors": [
"Florian Völker <[email protected]>"
],
"files": [
"lib/"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit bb94e62

Please sign in to comment.