Skip to content
This repository was archived by the owner on Feb 9, 2020. It is now read-only.

Commit 3b7767e

Browse files
committed
chore(deps): upgrade outdated deps
1 parent bc2fb19 commit 3b7767e

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ install:
1414
- ./scripts/sauce_connect_setup.sh
1515
- npm install -g npm
1616
- npm install
17-
- npm install -g gulp
18-
- npm install -g karma-cli
1917
- ./scripts/wait_for_browser_provider.sh
2018

2119
script:

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"main": "hint.js",
66
"devDependencies": {
77
"angular-mocks": "^1.3.6",
8+
"browserify": "^11.0.1",
9+
"gulp": "^3.9.0",
810
"gulp-zip": "^2.0.2",
9-
"karma-bro": "^0.6.0",
11+
"karma-browserify": "^4.3.0",
1012
"karma-chrome-launcher": "^0.1.4",
13+
"karma-jasmine": "^0.1.5",
1114
"karma-sauce-launcher": "^0.2.9",
12-
"karma-jasmine": "^0.1.5"
15+
"vinyl-source-stream": "^0.1.1"
1316
},
1417
"dependencies": {
1518
"angular": "^1.3.6",
16-
"angular-hint": "0.3.2",
17-
"browserify": "^5.9.1",
18-
"gulp": "^3.8.7",
19-
"vinyl-source-stream": "^0.1.1"
19+
"angular-hint": "0.3.2"
2020
},
2121
"scripts": {
2222
"test": "echo \"Error: no test specified\" && exit 1",

scripts/test_on_sauce.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ cd $SCRIPT_DIR/..
44

55
SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
66

7-
gulp
8-
karma start --sauce
7+
./node_modules/.bin/gulp
8+
./node_modules/.bin/karma start --sauce

0 commit comments

Comments
 (0)