Skip to content

Commit

Permalink
Implemented bundling with rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Nov 10, 2018
1 parent 4efd690 commit 9e9907f
Show file tree
Hide file tree
Showing 7 changed files with 845 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ typings/
# TypeScript
*.js
!test/**/*.js
*.d.ts
*.d.ts
.rpt2_cache
14 changes: 7 additions & 7 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*.ts
!*.d.ts
*.spec.js
*.spec.d.ts
tsconfig.json
.editorconfig
test
.travis.yml
rollup.config.js
tsconfig.json
.nyc_output
coverage
.rpt2_cache
coverage
src
test
File renamed without changes.
Loading

0 comments on commit 9e9907f

Please sign in to comment.