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 641e788 commit 6d609a8Copy full SHA for 6d609a8
CHANGELOG.md
@@ -1,8 +1,12 @@
1
# devalue changelog
2
3
+## 3.1.2
4
+
5
+- Include `pkg.types`
6
7
## 3.1.1
8
-- Include `types` in package
9
+- Include `types` in `pkg.files`
10
11
## 3.1.0
12
package.json
@@ -1,7 +1,7 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
- "version": "3.1.1",
+ "version": "3.1.2",
"repository": "Rich-Harris/devalue",
"exports": {
".": {
@@ -13,6 +13,7 @@
13
"devalue.js",
14
"types"
15
],
16
+ "types": "./types/devalue.d.ts",
17
"devDependencies": {
18
"typescript": "^3.1.3",
19
"uvu": "^0.5.6"
0 commit comments