From 2b19762d21f3ef6582dd410aeb8406345006bd15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rik=20Levente?= <33373714+Levminer@users.noreply.github.com> Date: Wed, 21 Apr 2021 09:38:20 +0200 Subject: [PATCH] fix: typo & require (#13) * Fix typo * Fix require * Remove deprecated nextjs --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 88cf685..b30c7a6 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,6 @@ "version": "0.1.2", "description": "Tool for decoding qrcode", "main": "dist/index.js", - "jsnext:main": "dist/index.esm.js", - "module": "dist/index.esm.js", "sideEffects": false, "scripts": { "build": "ts-node -P scripts/tsconfig.json scripts/bundle.ts umd,esm,aio && npm run copy-file", @@ -60,7 +58,7 @@ "jest": "^24.9.0", "lint-staged": "^9.5.0", "prettier": "^1.18.2", - "rolslup": "^2.38.1", + "rolllup": "^2.38.1", "rollup-plugin-commonjs": "^8.3.0", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-builtins": "^2.1.2",