Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lingon-livereload

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lingon-livereload - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

CHANGELOG.md
# Changelog
## 1.0.0
* Stable
## 0.3.7

@@ -4,0 +8,0 @@

4

lib/lingon-livereload.js

@@ -35,4 +35,4 @@ 'use strict';

lingon.log('Livereload is listening on port ' + config.port);
lingon.log.info('Livereload is listening on port ' + config.port);
});
};
};
{
"name": "lingon-livereload",
"description": "Livereload plugin for Lingon",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/javoire/lingon-livereload",

@@ -6,0 +6,0 @@ "author": {

@@ -5,4 +5,5 @@ # Lingon Livereload

[![Dependency Status](https://david-dm.org/javoire/lingon-livereload.png)](https://david-dm.org/javoire/lingon-livereload)
[![npm](https://img.shields.io/npm/v/lingon-livereload.svg)]()
This is a livereload plugin for [lingon](https://github.com/jpettersson/lingon). Based on [node-livereload](https://github.com/napcs/node-livereload).
This enables livereload for [lingon](https://github.com/jpettersson/lingon). Based on [node-livereload](https://github.com/napcs/node-livereload).

@@ -29,7 +30,4 @@ ## Installation

livereload(lingon);
lingon.sourcePath = 'source';
lingon.buildPath = 'build';
```
The ``<script>`` tag that communicates with the livereload server will be automatically injected before the closing ```</body>``` tag in your ``ìndex.html`` file.
The ``<script>`` tag that communicates with the livereload server will be automatically injected before the closing ```</body>``` tag in your ``index.html`` file.

@@ -36,0 +34,0 @@ ## Configuration

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc