Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xpepermint committed Sep 22, 2017
1 parent 3db9b6e commit bb01215
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "8"
- "7"
- "6"
- "5"
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rawmodel",
"version": "1.10.0",
"version": "1.11.0",
"description": "Strongly-typed JavaScript object with support for validation and error handling.",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -74,10 +74,10 @@
"typescript": "^2.5.2"
},
"dependencies": {
"handleable": "^0.20.2",
"handleable": "^0.21.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.0",
"typeable": "^2.0.2",
"validatable": "^0.24.2"
"typeable": "^2.2.0",
"validatable": "^0.27.0"
}
}

0 comments on commit bb01215

Please sign in to comment.