Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 640d6ea

Browse files
committed
Unignore the locale-data/ from npm package so its contents can be served
Currently the Bower package contains locale-data/ dir, and even though the npm package contains `Intl.complete.js`, it's not practical to serve because of its size. Including the locale-data/ dir makes it easier for people to efficiently serve `Intl.min.js` along with a negotiated locale resource pack.
1 parent 012734a commit 640d6ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.npmignore

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ cldr/
1010
# d8 artifact
1111
.d8_history
1212

13-
# Locale data is already present in Intl.complete.js
14-
locale-data/
15-
1613
# The NPM package only needs runtime files.
1714
# (It doesn't need anything used during development of this library.)
1815
tools/

0 commit comments

Comments
 (0)