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.
1 parent ef8c60f commit dafd02eCopy full SHA for dafd02e
.travis.yml
@@ -9,6 +9,8 @@ cache:
9
addons:
10
chrome: stable
11
sauce_connect: true
12
+before_install:
13
+ - npm i -g npm@5.3.0
14
script:
15
- npm test
16
- npm test:ci
package.json
@@ -24,6 +24,10 @@
24
"test:typescript": "tsc --noEmit --noImplicitAny typescript/raven-tests.ts",
25
"test:ci": "npm run lint && grunt test:ci"
26
},
27
+ "engines": {
28
+ "node": "~8.0.0",
29
+ "npm": "~5.3.0"
30
+ },
31
"devDependencies": {
32
"bluebird": "^3.4.1",
33
"browserify-versionify": "^1.0.6",
0 commit comments