This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
lrserver
mirror of
https://github.com/brettlangdon/lrserver.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Change name to @brett_langdon/lrserver
master
Brett Langdon
8 years ago
parent
684c9ec898
commit
7cf80ced48
No known key found for this signature in database
GPG Key ID:
B664881177781B04
3 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+1
-1
package-lock.json
+1
-1
package.json
+ 1
- 1
README.md
View File
@ -5,7 +5,7 @@
## Installation
## Installation
```bash
```bash
npm install lrserver
npm install
@brett_langdon/
lrserver
```
```
## Usage
## Usage
+ 1
- 1
package-lock.json
View File
@ -1,5 +1,5 @@
{
{
"name"
:
"lrserver"
,
"name"
:
"
@brett_langdon/
lrserver"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"lockfileVersion"
:
1
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"requires"
:
true
,
+ 1
- 1
package.json
View File
@ -1,5 +1,5 @@
{
{
"name"
:
"lrserver"
,
"name"
:
"
@brett_langdon/
lrserver"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"description"
:
"LiveReload static file server that injects livereload-js into HTML files"
,
"description"
:
"LiveReload static file server that injects livereload-js into HTML files"
,
"main"
:
"main.js"
,
"main"
:
"main.js"
,
Write
Preview
Loading…
Cancel
Save