Comparing version 1.0.7 to 1.0.8
@@ -35,1 +35,2 @@ "use strict"; | ||
exports.isEmpty = isEmpty; | ||
// export { isEmpty, isNotEmpty } |
{ | ||
"name": "c2-util", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Biblioteca de funções utilitárias", | ||
@@ -8,2 +8,4 @@ "repository": "https://cabralsilva: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@github.com/cabralsilva/c2-util.git", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -10,0 +12,0 @@ "test": "echo \"Error: no test specified\" && exit 1", |
@@ -38,1 +38,3 @@ | ||
} | ||
// export { isEmpty, isNotEmpty } |
@@ -56,3 +56,3 @@ { | ||
/* Emit */ | ||
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ | ||
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ | ||
// "declarationMap": true, /* Create sourcemaps for d.ts files. */ | ||
@@ -78,3 +78,3 @@ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */ | ||
// "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */ | ||
// "declarationDir": "./", /* Specify the output directory for generated declaration files. */ | ||
"declarationDir": "./dist", /* Specify the output directory for generated declaration files. */ | ||
// "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */ | ||
@@ -81,0 +81,0 @@ |
15529
8
196