Skip to content

Commit 91818ea

Browse files
Will SotoPatrickJS
Will Soto
authored andcommitted
Fix up packaging (#75)
* refactor(angular-websocket): compile output to utilize UMD * fix(arrayBuffer): fix data type This recommits d92fe86 Signed-off-by: Will Soto <will.soto@fanduel.com> * chore: dist Signed-off-by: Will Soto <will.soto@fanduel.com>
1 parent 2ad7a09 commit 91818ea

18 files changed

+5056
-3082
lines changed

.babelrc

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"presets": [
3+
"es2015"
4+
],
5+
"plugins": [
6+
"add-module-exports",
7+
"transform-es2015-modules-umd"
8+
]
9+
}

.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*.yml
88
*.xml
99
karma.conf.js
10-
test.sh
1110
dist.sh
1211
bower.json
1312
src/

angular-websocket-mock.js

-126
This file was deleted.

0 commit comments

Comments
 (0)