We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00616ce + 8b732e0 commit ba3de60Copy full SHA for ba3de60
index.js renamed to lib/index.js
package.json
@@ -16,9 +16,9 @@
16
"license": "MIT",
17
"author": "Robert Jackson",
18
"files": [
19
- "index.js"
+ "lib"
20
],
21
- "main": "index.js",
+ "main": "lib/index.js",
22
"scripts": {
23
"changelog": "lerna-changelog",
24
"lint:js": "eslint .",
tests/inject-live-reload-test.js
@@ -5,7 +5,7 @@ const it = QUnit.test;
5
const express = require('express');
6
const http = require('http');
7
8
-const InjectLiveReload = require('../index');
+const InjectLiveReload = require('../lib/index');
9
process.env = {
10
EMBER_CLI_INJECT_LIVE_RELOAD_BASEURL : 'test/',
11
EMBER_CLI_INJECT_LIVE_RELOAD_PORT: 4200
0 commit comments