micro-list
Advanced tools
Comparing version 0.6.1 to 0.7.0
0.7.0 / 2016-07-25 | ||
================== | ||
* drop support for node <6 [@leo] | ||
* performance improvements [@leo] | ||
* add `-s` flag for SPAs [@leo] | ||
0.6.1 / 2016-07-15 | ||
@@ -3,0 +10,0 @@ ================== |
{ | ||
"name": "micro-list", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"description": "Single-command HTTP directory listing and file serving", | ||
@@ -8,3 +8,3 @@ "scripts": { | ||
"prepublish": "gulp build", | ||
"test": "eslint bin/**" | ||
"test": "xo" | ||
}, | ||
@@ -16,17 +16,22 @@ "files": [ | ||
"repository": "zeit/micro-list", | ||
"bin": { | ||
"list": "dist/bin/list" | ||
}, | ||
"xo": { | ||
"esnext": true, | ||
"space": true, | ||
"semicolon": false, | ||
"rules": { | ||
"babel/no-await-in-loop": 0 | ||
} | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"es2015-node" | ||
], | ||
"plugins": [ | ||
"transform-es2015-modules-commonjs", | ||
"transform-async-to-generator" | ||
] | ||
}, | ||
"bin": { | ||
"list": "dist/bin/list" | ||
"greenkeeper": { | ||
"emails": false | ||
}, | ||
"eslintConfig": { | ||
"extends": "default", | ||
"parser": "babel-eslint" | ||
}, | ||
"keywords": [ | ||
@@ -45,7 +50,4 @@ "now", | ||
"devDependencies": { | ||
"babel-eslint": "6.1.0", | ||
"babel-plugin-transform-async-to-generator": "6.8.0", | ||
"babel-preset-es2015-node": "4.0.2", | ||
"eslint": "3.0.0", | ||
"eslint-config-default": "0.2.1", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5", | ||
"gulp": "3.9.1", | ||
@@ -55,3 +57,4 @@ "gulp-babel": "6.1.2", | ||
"gulp-chmod": "1.3.0", | ||
"gulp-sass": "2.3.2" | ||
"gulp-sass": "2.3.2", | ||
"xo": "^0.16.0" | ||
}, | ||
@@ -67,9 +70,3 @@ "dependencies": { | ||
"mime": "1.3.4" | ||
}, | ||
"greenkeeper": { | ||
"emails": false, | ||
"ignore": [ | ||
"babel-preset-es2015-node" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
17355
8
7
1
54