Skip to content

Commit

Permalink
remove exports, prepare 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jun 24, 2024
1 parent 4f3cf98 commit 1d69799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1d69799

Please sign in to comment.