Skip to content

Commit

Permalink
update to [email protected], use rollup built, new folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Jul 11, 2017
1 parent 98f0181 commit fcf07cc
Show file tree
Hide file tree
Showing 10 changed files with 2,546 additions and 103 deletions.
10 changes: 10 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": [
["latest", {
"es2015": {
"modules": false
}
}]
],
"plugins": ["external-helpers"]
}
11 changes: 1 addition & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
node_modules
bower_components
build
build_test
.directory
.codio
.settings
.jshintignore
.jshintrc
.validate.json
.vscode
/y-websockets-client.*
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
[submodule "dist"]
path = dist
url = https://github.com/y-js/y-websockets-client.git
branch = dist
1 change: 0 additions & 1 deletion dist
Submodule dist deleted from 5e809f
40 changes: 0 additions & 40 deletions gulpfile.js

This file was deleted.

Loading

0 comments on commit fcf07cc

Please sign in to comment.