Skip to content

Commit

Permalink
Updat to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deadratfink committed Apr 9, 2016
1 parent 7b44f30 commit 732d5c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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,
Expand Down

0 comments on commit 732d5c6

Please sign in to comment.