diff --git a/README.md b/README.md index a154f53..aa79427 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ uqlibrary-toolbar displays a toolbar which takes an initialisation state, most f ### Getting Started ```sh +npm install -g bower web-component-tester +npm install bower install ``` @@ -23,12 +25,11 @@ bower install * Please adhere to the Polymer code style guide provided at [Style Guide](http://polymerelements.github.io/style-guide/). * Colors and common styles are imported (bower install) from [uqlibrary-styles](http://github.com/uqlibrary/uqlibrary-styles). -* GitHub pages should be updated after every commit to Master by running the "generate-gh-pages.sh" in the /bin/ directory ### Testing Tests are run using the Web Component Tester. Either navigate to /tests/index.html in a browser or using the command line: ```sh -wct --local all +npm test ``` diff --git a/bower.json b/bower.json index bbabe16..eaa0aab 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "uqlibrary-toolbar", - "version": "1.1.2", + "version": "1.1.3", "keywords": [ "seed", "polymer", @@ -12,16 +12,16 @@ "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", "iron-elements": "PolymerElements/iron-elements#^1.0.8", "paper-elements": "PolymerElements/paper-elements#^1.0.7", - "polymer": "Polymer/polymer#^1.4", - "uqlibrary-autosuggest-input": "uqlibrary/uqlibrary-autosuggest-input#v1.1.1", - "uqlibrary-api": "uqlibrary/uqlibrary-api#v1.0.5", - "uqlibrary-styles": "uqlibrary/uqlibrary-styles#v1.0.0" + "polymer": "Polymer/polymer#^1.9.3", + "uqlibrary-autosuggest-input": "uqlibrary/uqlibrary-autosuggest-input", + "uqlibrary-api": "uqlibrary/uqlibrary-api", + "uqlibrary-styles": "uqlibrary/uqlibrary-styles" }, "devDependencies": { "web-component-tester": "*", - "test-fixture": "PolymerElements/test-fixture#^1.1.0" + "test-fixture": "PolymerElements/test-fixture#^1.1.2" }, "resolutions": { - "test-fixture": "^1.1.0" + "test-fixture": "^1.1.2" } }