Add urijs types in the distribution

This commit is contained in:
Mark Probst 2018-03-16 20:02:31 -07:00
Родитель 946467a718
Коммит e2cf7b4115
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@
"scripts": {
"pub": "script/publish.sh",
"prepare": "npm run build",
"build": "script/build.ts",
"build": "script/build.ts && cp -r lib/\\@types dist/ && (find dist/\\@types ! -name '*.d.ts' -type f | xargs rm)",
"test": "npm run build && script/test",
"start": "script/watch",
"pkg": "script/make-pkgs.sh",