diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d2d15..58f593e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### v1.0.1 + +- Registry changed in package.json. + ### v1.0.0 Initial release. This covers the basic implementation and tests. The following features and fixes and part of this release: diff --git a/README.md b/README.md index 576d0db..faa1bd4 100644 --- a/README.md +++ b/README.md @@ -2015,6 +2015,10 @@ When contributing as coder, please take care of the following conventions: # Changelog +### v1.0.1 + +- Registry changed in package.json. + ### v1.0.0 Initial release. This covers the basic implementation and tests. The following features and fixes and part of this release: diff --git a/package.json b/package.json index 361fd11..fd1dee7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jy-transform", "description": "This project aims to read, write and transform [YAML](http://http://yaml.org/), [JS](https://developer.mozilla.org/en-US/docs/Web/JavaScript) or [JSON](http://json.org) objects into each other using CLI or API. The source and destination resources can be files, objects or streams. Besides the transformation feature this module can also be used for simple loading and/or writing YAML, JS or JSON files.", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/deadratfink/jy-transform", "author": { "name": "Jens Krefeldt", @@ -21,7 +21,7 @@ "url": "https://github.com/deadratfink/jy-transform.git" }, "publishConfig": { - "registry": "http://npm.bdu.rocks/" + "registry": "https://registry.npmjs.org/" }, "bugs": "https://github.com/deadratfink/jy-transform/issues", "private": false,