Skip to content

Commit

Permalink
Merge pull request #2 from PlayNetwork/v1.0.1
Browse files Browse the repository at this point in the history
fixing main issue in package.json
  • Loading branch information
brozeph committed Aug 16, 2017
2 parents 0d7ca77 + 62a37c6 commit c96979b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Expand Up @@ -5,7 +5,9 @@ examples/
src/
test/
.babelrc
.coveralls.yml
.eslintrc.yml
.gitignore
.npmignore
gulpfile.babel.js
history.md
7 changes: 6 additions & 1 deletion history.md
@@ -1,3 +1,8 @@
# v1.0.0 - 08/04/2017
# v1.0.1 - 08/16/2017

* Fixed issue where `main` definition in `package.json` was not properly defined
* Added `.coveralls.yml` and `history.md` to `.npmignore`

# v1.0.0 - 08/15/2017

* Initial release
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "json-ipc-lib",
"version": "1.0.0",
"version": "1.0.1",
"description": "Enables creation and consumption of Unix domain socket based IPC channels between Node.js apps using JSON-RPC 2.0 as a protocol.",
"main": "gulpfile.babel.js",
"main": "./dist",
"scripts": {
"example:client": "DEBUG=json-ipc node examples/client-transpiled.js",
"example:server": "DEBUG=json-ipc node examples/server-transpiled.js",
Expand Down

0 comments on commit c96979b

Please sign in to comment.