fractal-noise
Advanced tools
Comparing version 0.4.0 to 0.5.0-pre.1
# Change Log | ||
## [Unreleased] | ||
### Changed | ||
- Remove ".js" from "main" file in `package.json`. | ||
## [v0.4] – 2017-02-14 | ||
### Added | ||
- Output type declaration file. | ||
- Add output of type declaration file. | ||
@@ -9,0 +11,0 @@ ## [v0.3] – 2017-02-14 |
{ | ||
"name": "fractal-noise", | ||
"version": "0.4.0", | ||
"version": "0.5.0-pre.1", | ||
"description": "Fractal noise library", | ||
"main": "lib/index.js", | ||
"main": "lib/index", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "compile": "tsc", |
421747