package.json in unpoly-rails-0.36.0 vs package.json in unpoly-rails-0.36.1

- old
+ new

@@ -1,8 +1,8 @@ { "name": "unpoly", - "version": "0.36.0", + "version": "0.36.1", "description": "Unobtrusive JavaScript framework", "main": "dist/unpoly.js", "files": [ "dist/unpoly.js", "dist/unpoly.min.js", @@ -30,7 +30,10 @@ "author": "Henning Koch <henning@triskweline.de> (https://makandra.com)", "license": "MIT", "bugs": { "url": "https://github.com/unpoly/unpoly/issues" }, - "homepage": "http://unpoly.com" + "homepage": "https://unpoly.com", + "dependencies": { + "jquery": ">=1.9" + } } \ No newline at end of file