config-simple
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
"use strict"; | ||
/// <reference path="./typings/tsd.d.ts"/> | ||
var fs = require('fs'); | ||
@@ -6,2 +6,3 @@ var path = require('path'); | ||
var yaml = require('js-yaml'); | ||
// these go first | ||
var JSParser = (function () { | ||
@@ -78,6 +79,8 @@ function JSParser() { | ||
})(); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = Config; | ||
exports.__esModule = true; | ||
exports["default"] = Config; | ||
module.exports = Config; | ||
// this will allow us in ES6 and TypeScript to import this as the default class. | ||
// however we need the hack above, because otherwise typescript doesn't believe us | ||
module.exports.default = module.exports; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "config-simple", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An easy configuration module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
109555
17
2481