package.json in cable_ready-4.5.0 vs package.json in cable_ready-5.0.0.pre0

- old
+ new

@@ -1,8 +1,8 @@ { "name": "cable_ready", - "version": "4.4.6", + "version": "4.5.0", "description": "CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby.", "keywords": [ "ruby", "rails", "websockets", @@ -13,20 +13,23 @@ "client-side", "dom" ], "homepage": "https://cableready.stimulusreflex.com/", "bugs": { - "url": "https://github.com/hopsoft/cable_ready/issues" + "url": "https://github.com/stimulusreflex/cable_ready/issues" }, "repository": { "type": "git", - "url": "git+https://github.com:hopsoft/cable_ready.git" + "url": "git+https://github.com:stimulusreflex/cable_ready.git" }, "license": "MIT", "author": "Nathan Hopkins <natehop@gmail.com>", - "main": "./javascript/cable_ready.js", + "main": "./javascript/index.js", "scripts": { - "prettier-standard-check": "yarn run prettier-standard --check ./javascript/**/*.js" + "lint": "yarn run prettier-standard:check", + "format": "yarn run prettier-standard:format", + "prettier-standard:check": "yarn run prettier-standard --check ./javascript/**/*.js", + "prettier-standard:format": "yarn run prettier-standard ./javascript/**/*.js" }, "dependencies": { "morphdom": "^2.6.1" }, "devDependencies": {