Include src as a part of npm package

It would be nice to consume sources as it is to bundle it with not amd loader, e.g. it is hard to consume generated amd modules with webpack.
This commit is contained in:
Anton Kosyakov 2017-05-06 11:09:35 +02:00 committed by GitHub
parent eb82671c37
commit df620a6670

View file

@ -1,6 +1,5 @@
/.vscode/ /.vscode/
/out/ /out/
/src/
/test/ /test/
/gulpfile.js /gulpfile.js
/tsconfig.json /tsconfig.json