Comparing version 0.0.26 to 0.0.27
@@ -0,3 +1,5 @@ | ||
import { defBootstrapScriptOptions } from "./defaults"; | ||
import { BootstrapScriptOptions } from "./api"; | ||
export { rootDir as nodeRoot } from './node-support'; | ||
export { defBootstrapScriptOptions as defaultOptions }; | ||
export declare function generateBootstrapScript(options?: BootstrapScriptOptions, systemConfigOverrides?: Object): string; |
@@ -6,2 +6,3 @@ "use strict"; | ||
var defaults_1 = require("./defaults"); | ||
exports.defaultOptions = defaults_1.defBootstrapScriptOptions; | ||
var nodeSupport = require('./node-support'); | ||
@@ -8,0 +9,0 @@ var api_1 = require("./api"); |
{ | ||
"name": "bundless", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "Experimental bundle-free dependency server", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
Sorry, the diff of this file is not supported yet
788884
23549