We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d609a8 commit 4411fbbCopy full SHA for 4411fbb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# devalue changelog
2
3
+## 3.1.3
4
+
5
+- Add `pkg.main`
6
7
## 3.1.2
8
9
- Include `pkg.types`
package.json
@@ -1,14 +1,15 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
- "version": "3.1.2",
+ "version": "3.1.3",
"repository": "Rich-Harris/devalue",
"exports": {
".": {
"import": "./devalue.js",
"types": "./types/devalue.d.ts"
10
}
11
},
12
+ "main": "devalue.js",
13
"files": [
14
"devalue.js",
15
"types"
0 commit comments