@aofl/middleware
Advanced tools
Comparing version
@@ -7,3 +7,3 @@ const path = require('path'); | ||
build: { | ||
filename: '[name].js', | ||
filename: '[name].min.js', | ||
path: path.join(__dirname, 'dist'), | ||
@@ -10,0 +10,0 @@ entryReplace: { |
{ | ||
"name": "@aofl/middleware", | ||
"version": "3.0.0-beta.9", | ||
"version": "3.0.0-beta.11", | ||
"description": "Simple base middleware class", | ||
"main": "dist/index.js", | ||
"typings": "types.d.ts", | ||
"scripts": { | ||
@@ -10,3 +11,4 @@ "test": "echo \"Error: no test specified\" && exit 1", | ||
"build:dev": "cross-env NODE_ENV=development npx aofl build", | ||
"prepublishOnly": "npm run build" | ||
"prepublishOnly": "npm run build && npm run docs", | ||
"docs": "jsdoc -c .jsdocrc.json ." | ||
}, | ||
@@ -29,6 +31,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"@aofl/cli": "^3.0.0-beta.6", | ||
"cross-env": "^6.0.3" | ||
"@aofl/cli": "^3.0.0-beta.10", | ||
"cross-env": "^6.0.3", | ||
"jsdoc": "^3.6.3", | ||
"jsdoc-babel": "^0.5.0", | ||
"tsd-jsdoc": "^2.4.0" | ||
}, | ||
"gitHead": "e9e6bf24a51611b9b997dc99e770d43466ba063d" | ||
"gitHead": "ad7cdc30523ea031f8d1bf5c62440f80f75a7308" | ||
} |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
20054
0.85%11
10%5
150%343
-1.72%