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

Commit 07a52b9

Browse files
committed
Added email to package.json, locale-data/ to .npmignore
1 parent 280c9d3 commit 07a52b9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.npmignore

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

13+
# Locale data is already present in Intl.complete.js
14+
locale-data/
15+
1316
# The NPM package only needs runtime files.
1417
# (It doesn't need anything used during development of this library.)
1518
tools/
1619
tests/
17-

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"polyfill"
3131
],
3232
"author": "Andy Earnshaw",
33+
"email": "andyearnshaw@gmail.com",
3334
"license": "MIT",
3435
"bugs": {
3536
"url": "https://github.com/andyearnshaw/Intl.js/issues"

0 commit comments

Comments
 (0)