Browse Source

Bump to 1.0.1

master 1.0.1
Brett Langdon 8 years ago
parent
commit
5b96814f39
No known key found for this signature in database GPG Key ID: B664881177781B04
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      package-lock.json
  2. +1
    -1
      package.json

+ 1
- 1
package-lock.json View File

@ -1,6 +1,6 @@
{
"name": "@brett_langdon/lrserver",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {


+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{
"name": "@brett_langdon/lrserver",
"version": "1.0.0",
"version": "1.0.1",
"description": "LiveReload static file server that injects livereload-js into HTML files",
"main": "main.js",
"bin": {


Loading…
Cancel
Save