Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Hurlburt committed Jun 2, 2017
2 parents 9afda63 + cc4a6ed commit df376bd
Show file tree
Hide file tree
Showing 3 changed files with 659 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qc-to_int",
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "Danny Hurlburt",
"url": "https://github.com/dhurlburtusa"
Expand Down Expand Up @@ -59,14 +59,14 @@
},
"dependencies": {
"qc-round": "^0.0.6",
"qc-to_num": "^1.0.1"
"qc-to_num": "^1.0.2"
},
"devDependencies": {
"@types/jest": "^19.2.2",
"@types/jest": "^19.2.4",
"coveralls": "^2.13.1",
"jest": "^19.0.2",
"jest": "^20.0.4",
"rimraf": "^2.6.1",
"ts-jest": "^19.0.14",
"typescript": "^2.3.2"
"ts-jest": "^20.0.5",
"typescript": "^2.3.4"
}
}
Loading

0 comments on commit df376bd

Please sign in to comment.