Comparing version 1.0.1 to 1.0.2
@@ -56,1 +56,2 @@ "use strict"; | ||
exports.openssl = openssl; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "openssl-ts", | ||
"version": "1.0.1", | ||
"main": "", | ||
"version": "1.0.2", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"description": "An openssl wrapper written in TypeScript", | ||
@@ -26,3 +27,4 @@ "license": "MIT", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"package.json" | ||
], | ||
@@ -29,0 +31,0 @@ "devDependencies": { |
@@ -6,3 +6,3 @@ [![build](https://github.com/marianozunino/morpheus/actions/workflows/build_deploy.yml/badge.svg)](https://github.com/marianozunino/morpheus/actions/workflows/build_deploy.yml) | ||
![npm type definitions](https://img.shields.io/npm/types/openssl-ts) | ||
![current-version](https://img.shields.io/badge/dynamic/json?label=current-version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fmarianozunino%2Fopenssl-ts%2Fmaster%2Fpackage.json) | ||
[![current-version](https://img.shields.io/badge/dynamic/json?label=current-version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fmarianozunino%2Fopenssl-ts%2Fmaster%2Fpackage.json)](https://npmjs.com/package/openssl-ts) | ||
# Openssl Ts | ||
@@ -9,0 +9,0 @@ |
11578
6