helpful-functions
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -12,1 +12,2 @@ "use strict"; | ||
exports.isEmpty = isEmpty; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "helpful-functions", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "src/index.ts", | ||
"main": "dist/", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "tsc", | ||
"dev":"nodemon src/index.ts" | ||
"dev":"nodemon src/index.ts", | ||
"pub": "npm publish" | ||
}, | ||
@@ -11,0 +12,0 @@ "repository": { |
@@ -15,3 +15,3 @@ { | ||
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ | ||
// "sourceMap": true, /* Generates corresponding '.map' file. */ | ||
"sourceMap": true /* Generates corresponding '.map' file. */, | ||
// "outFile": "./", /* Concatenate and emit output to single file. */ | ||
@@ -18,0 +18,0 @@ "outDir": "./dist" /* Redirect output structure to the directory. */, |
9219
8