Allow both .js and .ts files in /lib/core (#190)

This commit is contained in:
Yulong Wang 2018-02-02 15:01:23 -08:00 коммит произвёл GitHub
Родитель 0c7355f887
Коммит 17e519be03
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 10 добавлений и 0 удалений

9
lib/core/.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,9 @@
# Ignore all .js files by default
**/*.js
# Specify all .js files to preserve explicitly
!/assert.js
!/events.js
!/process.js
!/tty.js
!/util.js

1
lib/core/.npmignore Normal file
Просмотреть файл

@ -0,0 +1 @@
# Keep this file so that npm can pick up correct files.