stimulus-vite-helpers
Advanced tools
Comparing version 1.0.2 to 1.0.3
[Stimulus HMR plugin]: https://github.com/ElMassimo/vite-plugin-stimulus-hmr | ||
## stimulus-vite-helpers 1.0.2 (2020-02-18) | ||
## stimulus-vite-helpers 1.0.3 (2021-03-21) | ||
- Add keywords and fix repo URL. | ||
## stimulus-vite-helpers 1.0.2 (2021-02-18) | ||
- Allow a `/components` prefix to the filename for simpler integration when | ||
using view components. | ||
## stimulus-vite-helpers 1.0.1 (2020-02-15) | ||
## stimulus-vite-helpers 1.0.1 (2021-02-15) | ||
@@ -13,4 +17,4 @@ - Allow a `/controllers` prefix to the filename so that the helpers can be used | ||
## stimulus-vite-helpers 1.0.0 (2020-02-12) | ||
## stimulus-vite-helpers 1.0.0 (2021-02-12) | ||
- Initial version |
{ | ||
"name": "stimulus-vite-helpers", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Vite.js helpers for the Stimulus JavaScript framework", | ||
@@ -12,6 +12,15 @@ "main": "dist/index.js", | ||
"type": "git", | ||
"url": "https://github.com/ElMasssimo/stimulus-vite-helpers" | ||
"url": "https://github.com/ElMassimo/stimulus-vite-helpers" | ||
}, | ||
"homepage": "https://github.com/ElMasssimo/stimulus-vite-helpers", | ||
"bugs": "https://github.com/ElMasssimo/stimulus-vite-helpers/issues", | ||
"homepage": "https://github.com/ElMassimo/stimulus-vite-helpers", | ||
"bugs": "https://github.com/ElMassimo/stimulus-vite-helpers/issues", | ||
"keywords": [ | ||
"stimulus", | ||
"stimulusjs", | ||
"rails", | ||
"ruby", | ||
"vite", | ||
"vite-plugin", | ||
"vitejs" | ||
], | ||
"scripts": { | ||
@@ -24,2 +33,3 @@ "lint": "eslint .", | ||
"release": "nr clean && nr build && npm publish", | ||
"prepublishOnly": "npm run build", | ||
"postpublish" : "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags" | ||
@@ -26,0 +36,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6611
0