Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Update dependencies, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lifenstein committed Jan 8, 2019
1 parent 87cbc9a commit 8862164
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,20 @@ 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
```

### Developing

* 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
```
14 changes: 7 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uqlibrary-toolbar",
"version": "1.1.2",
"version": "1.1.3",
"keywords": [
"seed",
"polymer",
Expand All @@ -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"
}
}

0 comments on commit 8862164

Please sign in to comment.