Skip to content

Commit

Permalink
More npm/esbuild yak shaving
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Feb 11, 2024
1 parent 2838993 commit cb966b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/turbo_boost/streams/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module TurboBoost
module Streams
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo-boost/streams",
"version": "0.1.1",
"version": "0.1.2",
"description": "Take full control of the DOM with Turbo Streams",
"keywords": [
"hotwire",
Expand All @@ -12,7 +12,8 @@
],
"main": "streams.js",
"files": [
"app/assets/builds/@turbo-boost"
"app/assets/builds/@turbo-boost/streams.js",
"app/assets/builds/@turbo-boost/streams.js.map"
],
"repository": "https://github.com/hopsoft/turbo_boost-streams",
"author": "Nate Hopkins (hopsoft) <natehop@gmail.com>",
Expand Down

0 comments on commit cb966b1

Please sign in to comment.