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 0.3.2 to 0.3.3

2

lib/lingon-livereload.js

@@ -26,3 +26,3 @@ 'use strict';

// set livereload to watch the source dir
config.watchDir = config.watchDir || process.cwd() + '/' + lingon.sourcePath;
config.watchDir = config.watchDir || process.cwd() + '/' + lingon.config.sourcePath;

@@ -29,0 +29,0 @@ // add extensions for livereload to watch

{
"name": "lingon-livereload",
"description": "Livereload plugin for Lingon",
"version": "0.3.2",
"version": "0.3.3",
"homepage": "https://github.com/javoire/lingon-livereload",

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

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

Install with npm
```
npm install lingon-livereload
$ npm install lingon-livereload
```

@@ -43,2 +44,14 @@

## Development
Gulp for building, linting and testing etc.
(optionally) Use [autoversion](https://github.com/jpettersson/autoversion) gem to update semver version number.
```bash
$ autoversion patch # 1.0.0 -> 1.0.1
$ autoversion minor # 1.0.0 -> 1.1.0
$ autoversion major # 1.0.0 -> 2.0.0
```
## Roadmap

@@ -45,0 +58,0 @@

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