Skip to content

Commit

Permalink
Adjusted package.json to reference correct main file
Browse files Browse the repository at this point in the history
  • Loading branch information
SkippyZA committed Oct 24, 2016
1 parent d9a2954 commit 1e688b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rx-amqplib",
"version": "0.1.4",
"version": "0.1.5",
"description": "RxJS wrapper for the amqplib from squaremo",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"bugs": {
"url": "https://github.com/SkippyZA/rx-amqplib/issues"
},
"main": "src/RxAmqpLib.ts",
"main": "index.js",
"scripts": {
"clean": "node_modules/.bin/rimraf dist/*",
"build:lint": "node_modules/.bin/tslint --config=tslint.json --project=tsconfig.json",
Expand Down

0 comments on commit 1e688b3

Please sign in to comment.