package.json in shotgrid_api_ruby-0.1.2 vs package.json in shotgrid_api_ruby-0.1.3

- old
+ new

@@ -3,9 +3,12 @@ "version": "1.0.0", "main": "index.js", "repository": "git@github.com:shotgunsoftware/shotgrid_api_ruby.git", "author": "Denis <Zaratan> Pasin <zaratan@hey.com>", "license": "MIT", + "scripts": { + "lint": "prettier -w '**/*.rb'" + }, "devDependencies": { "@prettier/plugin-ruby": "^1.3.0", "prettier": "^2.2.1" } }