From 3d0075d9aac77157bbf85fa468a971e4afc68a08 Mon Sep 17 00:00:00 2001 From: Konstantin Darutkin Date: Wed, 11 Dec 2019 18:12:51 +0300 Subject: [PATCH] v0.1.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ab80223..04b3207 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cryptography/sha256", "description": "https://github.com/js-cryptography/sha256", - "version": "0.1.3", + "version": "0.1.4", "author": "Konstantin Darutkin", "scripts": { "prepare": "npm run build", @@ -38,7 +38,7 @@ "webpack-bundle-analyzer": "^3.6.0", "webpack-cli": "^3.3.9" }, - "main": "dist/index.js", + "main": "dist/cjs/sha256.min.js", "types": "dist/index.d.ts", "repository": { "type": "git",