Skip to content

Commit 3c9b420

Browse files
authored
remove exports, prepare 3.3.1 (#92)
1 parent 4f3cf98 commit 3c9b420

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
22
"name": "jsonc-parser",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Scanner and parser for JSON with comments.",
55
"main": "./lib/umd/main.js",
66
"typings": "./lib/umd/main.d.ts",
77
"module": "./lib/esm/main.js",
8-
"exports": {
9-
"types": "./lib/umd/main.d.ts",
10-
"import": "./lib/esm/main.js",
11-
"require": "./lib/umd/main.js",
12-
"browser": "./lib/esm/main.js"
13-
},
148
"author": "Microsoft Corporation",
159
"repository": {
1610
"type": "git",

0 commit comments

Comments
 (0)