Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Commit ebf7823

Browse files
committed
Install Svelte UJS from npm
... and no longer from local filesystem
1 parent 1619e42 commit ebf7823

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
svelte-rails (0.2.1)
4+
svelte-rails (0.3.0)
55
execjs
66
railties (>= 5.2)
77

lib/svelte/rails/install_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def update_application_entry
3838
end
3939

4040
def install_svelte_ujs
41-
`yarn add ../svelte-rails`
41+
`yarn add svelte_ujs_ng`
4242
end
4343

4444
private

lib/svelte/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Svelte
22
module Rails
3-
VERSION = '0.2.1'
3+
VERSION = '0.3.0'
44
end
55
end

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "svelte_ujs",
2+
"name": "svelte_ujs_ng",
33
"version": "0.1.0",
4-
"description": "Rails UJS for the svelte-rails gem",
4+
"description": "Rails UJS for turbolinks and SSR of the svelte-rails gem",
55
"license": "MIT",
66
"author": "henning mueller <[email protected]>",
77
"bugs": {

0 commit comments

Comments
 (0)