@pattern-lab/live-server
Advanced tools
Comparing version 1.3.2 to 1.3.3-alpha.0
{ | ||
"name": "@pattern-lab/live-server", | ||
"version": "1.3.2", | ||
"version": "1.3.3-alpha.0", | ||
"description": "simple development http server with live reload capability", | ||
@@ -30,6 +30,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"eslint": "^4.9.0", | ||
"jshint": "^2.9.2", | ||
"mocha": "^4.0.1", | ||
"supertest": "^3.0.0", | ||
"eslint": "^4.9.0", | ||
"jshint": "^2.9.2" | ||
"supertest": "^3.0.0" | ||
}, | ||
@@ -44,9 +44,10 @@ "scripts": { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tapio/live-server.git" | ||
}, | ||
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/live-server", | ||
"bugs": "https://github.com/pattern-lab/patternlab-node/issues", | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"preferGlobal": true, | ||
@@ -53,0 +54,0 @@ "license": "MIT", |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
54462
2
14