botmaster-session-ware
Advanced tools
Comparing version 0.0.3 to 0.1.0
{ | ||
"name": "botmaster-session-ware", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"description": "botmaster session ware for storing context", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "istanbul cover _mocha -- --recursive tests", | ||
"tests": "mocha --recursive tests", | ||
"pretest": "npm run build", | ||
"test": "istanbul cover _mocha -- --recursive dist/tests", | ||
"tests": "mocha --recursive src/tests", | ||
"coveralls": "cat ./coverage/lcov.info | coveralls", | ||
"docs": "documentation-readme -s \"API Usage\"" | ||
"build": "mkdir -p dist && babel --presets=es2015,babili src --out-dir dist", | ||
"docs": "documentation readme src/index.js --section=\"API Usage\"", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -30,2 +33,6 @@ "repository": { | ||
"devDependencies": { | ||
"babel-cli": "^6.22.2", | ||
"babel-preset-babili": "0.0.10", | ||
"babel-preset-es2015": "^6.22.0", | ||
"documentation": "^4.0.0-beta.18", | ||
"coveralls": "^2.11.15", | ||
@@ -32,0 +39,0 @@ "istanbul": "^0.4.5", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
79830
24
448
9
2
1