Skip to content

Commit 09fb0af

Browse files
Merge pull request #353 from code-dot-org/export-i18n-oceans
Expose the i18n strings in the package
2 parents e28187b + 6e0d8d2 commit 09fb0af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"react-typist": "^2.0.5"
102102
},
103103
"files": [
104-
"dist/**/!(oceans.js)"
104+
"dist/**/!(oceans.js)",
105+
"i18n/oceans.json"
105106
]
106107
}

0 commit comments

Comments
 (0)