Skip to content

Commit

Permalink
Fix npm config (#204)
Browse files Browse the repository at this point in the history
Not causing any errors, but the current config is technically incorrect
  • Loading branch information
josefarias authored Aug 31, 2024
1 parent 24774e4 commit db54f7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
!app/assets/javascripts/
!app/assets/javascripts/hotwire_combobox.esm.js
!app/assets/javascripts/hotwire_combobox.umd.js
README.md
!README.md
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "An autocomplete combobox implementation for Ruby on Rails apps using Hotwire.",
"module": "app/assets/javascripts/hotwire_combobox.esm.js",
"main": "app/assets/javascripts/hotwire_combobox.umd.js",
"repository": "[email protected]:josefarias/hotwire_combobox.git",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/josefarias/hotwire_combobox.git"
},
"author": "Jose Farias <[email protected]>",
"license": "MIT",
"homepage": "https://hotwirecombobox.com",
Expand Down

0 comments on commit db54f7e

Please sign in to comment.