From 01ee4a1180937b21d4f624d0096410631381069f Mon Sep 17 00:00:00 2001 From: Aleksandar Vidakovic Date: Tue, 12 Apr 2016 21:56:50 +0100 Subject: [PATCH] Fix package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c690250..99c5a7d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rx-socket-subject", "version": "0.7.0", "description": "A more full-featured wrapper for web sockets using RxJS and RxJS-DOM", - "main": "index.js", + "main": "dist/rx-socket-subject.js", "scripts": { "test": "testem ci -R dot", "build": "ember build",