-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to [email protected], use rollup built, new folder structure
- Loading branch information
Showing
10 changed files
with
2,546 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"presets": [ | ||
["latest", { | ||
"es2015": { | ||
"modules": false | ||
} | ||
}] | ||
], | ||
"plugins": ["external-helpers"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
Submodule dist
deleted from
5e809f
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.