File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## @fluent/langneg 0.3.0 (July 25, 2019)
4
10
5
11
- Rename ` fluent-langneg ` to ` @fluent/langneg ` .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/langneg" ,
3
3
"description" : " Language Negotiation API for Fluent" ,
4
- "version" : " 0.3 .0" ,
4
+ "version" : " 0.4 .0" ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" : " Mozilla <l10n-drivers@mozilla.org>" ,
7
7
"license" : " Apache-2.0" ,
15
15
"email" : " stas@mozilla.com"
16
16
}
17
17
],
18
- "directories" : {
19
- "lib" : " ./src"
20
- },
18
+ "type" : " commonjs" ,
21
19
"main" : " ./index.js" ,
22
- "module" : " ./src/index.js" ,
20
+ "module" : " ./esm/index.js" ,
21
+ "types" : " ./esm/index.d.ts" ,
23
22
"repository" : {
24
23
"type" : " git" ,
25
24
"url" : " https://github.com/projectfluent/fluent.js.git"
You can’t perform that action at this time.
0 commit comments