We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10e1af6 + 8c84939 commit 9d24059Copy full SHA for 9d24059
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
node_js:
3
- - "8"
+ - "10"
4
script:
5
- npm run test && npm run build
package.json
@@ -47,15 +47,15 @@
47
"@devexperts/lint": "^1.0.0-alpha.10",
48
"@types/del": "^4.0.0",
49
"@types/jest": "^24.0.18",
50
- "conventional-changelog-cli": "^2.0.21",
+ "conventional-changelog-cli": "^2.1.1",
51
"del": "^5.1.0",
52
"eslint": "^6.7.2",
53
"fast-check": "^1.17.0",
54
"fp-ts": "^2.1.0",
55
"io-ts": "^2.0.1",
56
"io-ts-types": "^0.5.1",
57
"jest": "^24.9.0",
58
- "nodemon": "^1.18.3",
+ "nodemon": "^2.0.12",
59
"ts-jest": "^24.1.0",
60
"ts-node": "^8.4.1",
61
"typescript": "^3.6.3"
0 commit comments