actioncable
Advanced tools
Comparing version 0.1.1 to 5.0.0-beta1-2
{ | ||
"name": "actioncable", | ||
"version": "0.1.1", | ||
"version": "5.0.0-beta1-2", | ||
"description": "pre-built for Actioncable client", | ||
"main": "dist/cable.js", | ||
"main": "dist/actioncable.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "bash build.sh" | ||
}, | ||
@@ -9,0 +10,0 @@ "author": "", |
@@ -1,6 +0,12 @@ | ||
## update and build | ||
# Actioncable client | ||
## Install | ||
```sh | ||
bundle update | ||
bundle exec ruby build.rb > dist/cable.js | ||
npm install actioncable | ||
``` | ||
## Update and build | ||
```sh | ||
build.sh | ||
``` |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17667
8
507
13
1