Skip to content

Commit ba3de60

Browse files
author
Robert Jackson
authored
Change entry-point script. (#123)
Change entry-point script.
2 parents 00616ce + 8b732e0 commit ba3de60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.js renamed to lib/index.js

File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"license": "MIT",
1717
"author": "Robert Jackson",
1818
"files": [
19-
"index.js"
19+
"lib"
2020
],
21-
"main": "index.js",
21+
"main": "lib/index.js",
2222
"scripts": {
2323
"changelog": "lerna-changelog",
2424
"lint:js": "eslint .",

tests/inject-live-reload-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const it = QUnit.test;
55
const express = require('express');
66
const http = require('http');
77

8-
const InjectLiveReload = require('../index');
8+
const InjectLiveReload = require('../lib/index');
99
process.env = {
1010
EMBER_CLI_INJECT_LIVE_RELOAD_BASEURL : 'test/',
1111
EMBER_CLI_INJECT_LIVE_RELOAD_PORT: 4200

0 commit comments

Comments
 (0)