Skip to content

Commit 46caab8

Browse files
committed
@fluent/langneg 0.4.0
1 parent 49347e7 commit 46caab8

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

fluent-langneg/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## @fluent/langneg 0.4.0 (March 31, 2020)
4+
5+
- Migrate `@fluent/langneg` to TypeScript. (#462)
6+
7+
There are no functional nor API changes in this release.
8+
39
## @fluent/langneg 0.3.0 (July 25, 2019)
410

511
- Rename `fluent-langneg` to `@fluent/langneg`.

fluent-langneg/package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fluent/langneg",
33
"description": "Language Negotiation API for Fluent",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"homepage": "https://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",
@@ -15,11 +15,10 @@
1515
"email": "[email protected]"
1616
}
1717
],
18-
"directories": {
19-
"lib": "./src"
20-
},
18+
"type": "commonjs",
2119
"main": "./index.js",
22-
"module": "./src/index.js",
20+
"module": "./esm/index.js",
21+
"types": "./esm/index.d.ts",
2322
"repository": {
2423
"type": "git",
2524
"url": "https://github.com/projectfluent/fluent.js.git"

0 commit comments

Comments
 (0)