diff --git a/README.md b/README.md index 4eddefe..516d142 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ When retrieving the value of a key from a key/value pair, the value is typed acc | float | [Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type) | | boolean | [Boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type) | | offset date-time | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | -| local date-time | [LocalDateTime](https://github.com/huan231/toml-nodejs/blob/master/src/types/local-date-time.ts) | -| local date | [LocalDate](https://github.com/huan231/toml-nodejs/blob/master/src/types/local-date.ts) | -| local time | [LocalTime](https://github.com/huan231/toml-nodejs/blob/master/src/types/local-time.ts) | +| local date-time | [LocalDateTime](https://github.com/huan231/toml-nodejs/blob/v0.1.0/src/types/local-date-time.ts) | +| local date | [LocalDate](https://github.com/huan231/toml-nodejs/blob/v0.1.0/src/types/local-date.ts) | +| local time | [LocalTime](https://github.com/huan231/toml-nodejs/blob/v0.1.0/src/types/local-time.ts) | | array | [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array) | | inline table | [Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#objects) | diff --git a/package.json b/package.json index 6de8e0a..23dd148 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toml-nodejs", - "private": true, + "version": "0.1.0", "description": "A TOML decoding library for Node.js", "homepage": "https://github.com/huan231/toml-nodejs#readme", "bugs": "https://github.com/huan231/toml-nodejs/issues",