Skip to content

Commit

Permalink
Merge pull request #42 from hipages/upgrade-inceptum
Browse files Browse the repository at this point in the history
upgrade inceptum
  • Loading branch information
yulisheng committed Sep 13, 2017
2 parents 76e4500 + 5eac0a6 commit 5898de8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"docsserve": "jekyll serve -s docs-src -p docs-src/_plugins --layouts docs-src/_layouts -d docs",
"docs": "npm run docssite && npm run docsapi",
"prepublishOnly": "npm run clean && tsc && npm test && npm run lint",
"precommit": "npm run lint && yarn coverage-check",
"precommit": "yarn install && npm run lint && yarn coverage-check",
"prepush": "node .checkpush.js",
"coverage-check": "NODE_ENV=test nyc --check-coverage --lines 62 mocha"
},
Expand All @@ -41,7 +41,7 @@
"config": "1.25.1",
"csvjson": "^4.3.3",
"csvtojson": "^1.1.7",
"inceptum": "^0.5.7",
"inceptum": "^0.5.10",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"node-adwords": "201705.1.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1421,9 +1421,9 @@ imurmurhash@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"

inceptum@^0.5.7:
version "0.5.9"
resolved "https://registry.yarnpkg.com/inceptum/-/inceptum-0.5.9.tgz#2a42f5c115083449c51cf495ed6c18fbc7b9b070"
inceptum@^0.5.10:
version "0.5.10"
resolved "https://registry.yarnpkg.com/inceptum/-/inceptum-0.5.10.tgz#03e1bf87a0ae9dc145bd8ed2d8fede2999d2e6bb"
dependencies:
"@types/axios" "^0.14.0"
"@types/bunyan" "1.8.0"
Expand Down

0 comments on commit 5898de8

Please sign in to comment.