Skip to content

Commit

Permalink
Turbo 7.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Oct 21, 2022
1 parent 108a0da commit 22fd88a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@hotwired/turbo",
"version": "7.2.3",
"version": "7.2.4",
"description": "The speed of a single-page web application without having to write any JavaScript",
"module": "dist/turbo.es2017-esm.js",
"main": "dist/turbo.es2017-umd.js",
Expand Down Expand Up @@ -64,8 +64,7 @@
"test:browser": "playwright test",
"test:unit": "NODE_OPTIONS=--inspect node src/tests/runner.js",
"test:unit:win": "SET NODE_OPTIONS=--inspect & node src/tests/runner.js",
"prerelease": "yarn build && git --no-pager diff && echo && npm pack --dry-run && echo && read -n 1 -p \"Look OK? Press any key to publish and commit v$npm_package_version\" && echo",
"release": "npm publish && git commit -am \"$npm_package_name v$npm_package_version\" && git push",
"release": "yarn build && npm publish",
"lint": "eslint . --ext .ts"
},
"engines": {
Expand Down

0 comments on commit 22fd88a

Please sign in to comment.