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",