diff --git a/package-lock.json b/package-lock.json index a23f3c6..8fd4e25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jsonc-parser", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jsonc-parser", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.7", diff --git a/package.json b/package.json index 5ed9d3b..6536a20 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,10 @@ { "name": "jsonc-parser", - "version": "3.3.0", + "version": "3.3.1", "description": "Scanner and parser for JSON with comments.", "main": "./lib/umd/main.js", "typings": "./lib/umd/main.d.ts", "module": "./lib/esm/main.js", - "exports": { - "types": "./lib/umd/main.d.ts", - "import": "./lib/esm/main.js", - "require": "./lib/umd/main.js", - "browser": "./lib/esm/main.js" - }, "author": "Microsoft Corporation", "repository": { "type": "git",