Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "gersemi", | ||
"title": "TypeScript Client for Genesis API", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "gersemi", | ||
@@ -32,3 +32,3 @@ "license": "MIT", | ||
"lint": "tslint --force --format verbose \"src/**/*.ts\"", | ||
"prepublish": "npm run build", | ||
"prepublish": "npm run build && git commit -m \"$npm_package_version\" README.md package.json lib && git tag $npm_package_version && git push && git push --tags", | ||
"prebuild": "npm run clean && npm run format && npm run lint && echo Using TypeScript && tsc --version", | ||
@@ -42,4 +42,4 @@ "build": "tsc --pretty", | ||
"dependencies": { | ||
"posterior": "^0.19.2", | ||
"store2": "^2.5.7", | ||
"posterior": "^0.19.3", | ||
"store2": "^2.5.9", | ||
"xml2js": "^0.4.19" | ||
@@ -46,0 +46,0 @@ }, |
@@ -36,4 +36,4 @@ [![Build Status](https://travis-ci.org/esha/gersemi.svg?branch=master)](https://travis-ci.org/esha/gersemi.svg?branch=master) | ||
### Release History | ||
* 2017-10 [v0.0.4][] (development) | ||
* 2017-10 [v0.0.5][] (development) | ||
[v0.0.4]: https://github.com/esha/posterior/tree/0.0.4 | ||
[v0.0.5]: https://github.com/esha/posterior/tree/0.0.5 |
7139
Updatedposterior@^0.19.3
Updatedstore2@^2.5.9