Skip to content

Commit b363b05

Browse files
authored
Merge pull request #47 from santosh1994/upgrade-node-version
Upgrade node version
2 parents 4c2bdd9 + fbfaf8b commit b363b05

File tree

3 files changed

+2082
-11
lines changed

3 files changed

+2082
-11
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
language: node_js
33
node_js:
4-
- "0.12.2"
4+
- "node"
5+
- "6"
56

67

78
cache:
@@ -16,6 +17,8 @@ before_install:
1617
install:
1718
- "npm install"
1819

20+
cache: yarn
21+
1922
script:
2023
- npm test
2124

package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
},
99
"dependencies": {
1010
"colors": "^1.0.3",
11-
"nodemailer": "^1.3.4",
12-
"phantom": "^0.7.2"
11+
"nodemailer": "^1.3.4"
1312
},
1413
"scripts": {
1514
"test": "karma start",
@@ -26,11 +25,7 @@
2625
},
2726
"homepage": "https://github.com/unbxd/js-sdk",
2827
"devDependencies": {
29-
"chai": "^2.2.0",
30-
"grunt": "^1.0.1",
31-
"grunt-eslint": "^11.0.0",
32-
"grunt-karma": "^2.0.0",
33-
"handlebars": "^4.0.5",
28+
"chai": "^3.5.0",
3429
"karma": "^1.3.0",
3530
"karma-chai": "^0.1.0",
3631
"karma-fixture": "^0.2.6",
@@ -43,8 +38,8 @@
4338
"karma-sinon": "^1.0.5",
4439
"karma-spec-reporter": "0.0.26",
4540
"karma-verbose-reporter": "0.0.3",
46-
"load-grunt-tasks": "^0.6.0",
47-
"mocha": "^2.2.4",
48-
"sinon": "^1.17.5"
41+
"mocha": "^3.2.0",
42+
"sinon": "^1.17.7",
43+
"phantom": "^2.1.7"
4944
}
5045
}

0 commit comments

Comments
 (0)