containerify
Advanced tools
Comparing version 2.2.0 to 2.3.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = "2.2.0"; | ||
exports.VERSION = "2.3.0"; |
{ | ||
"name": "containerify", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Build node.js docker images without docker", | ||
@@ -32,4 +32,3 @@ "main": "./lib/cli.js", | ||
"files": [ | ||
"lib/*.js", | ||
"bin/*" | ||
"lib/" | ||
], | ||
@@ -36,0 +35,0 @@ "keywords": [ |
60267
23
1207