Skip to content

Commit

Permalink
Merge pull request #19 from smartive/develop
Browse files Browse the repository at this point in the history
Release 2019-07-31
  • Loading branch information
mfeltscher authored Jul 31, 2019
2 parents d4663ea + 3076816 commit 7a10ae6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ notifications:
jobs:
include:
- stage: test
node_js: '9'
node_js: '10'
after_success:
- npm install coveralls@^2.11.9 && cat ./coverage/lcov.info | coveralls
- stage: deploy
node_js: '9'
node_js: '10'
script: npm run typedoc
deploy:
provider: pages
skip_cleanup: true
github_token: $GH_TOKEN
local_dir: ./docs
- stage: deploy
node_js: '9'
node_js: '10'
before_script: npm run build
script: npm run semantic-release
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"semantic-release": "semantic-release"
},
"engines": {
"node": ">=9",
"node": ">=10",
"npm": "*"
},
"publishConfig": {
Expand All @@ -36,16 +36,19 @@
"homepage": "https://github.com/smartive/es-model#readme",
"dependencies": {},
"devDependencies": {
"@smartive/tslint-config": "^4.0.0",
"@types/jest": "^23.0.0",
"del-cli": "^1.1.0",
"@smartive/tslint-config": "^7.0.1",
"@types/jest": "^24.0.16",
"del-cli": "^2.0.0",
"jest": "^24.8.0",
"semantic-release": "^15.1.5",
"semantic-release": "^15.13.18",
"ts-jest": "^24.0.2",
"tslint": "^5.9.1",
"tslint-config-airbnb": "^5.8.0",
"tsutils": "^2.26.0",
"typedoc": "^0.11.1",
"typescript": "^2.8.1"
"tslint": "^5.18.0",
"tslint-config-airbnb": "^5.11.1",
"tsutils": "^3.14.1",
"typedoc": "^0.15.0",
"typescript": "^3.5.3"
},
"peerDependencies": {
"typescript": "3.x"
}
}
}

0 comments on commit 7a10ae6

Please sign in to comment.