Skip to content

Commit

Permalink
Merge pull request #3 from jujis008/master
Browse files Browse the repository at this point in the history
update package.json
  • Loading branch information
jameshibbard committed May 2, 2018
2 parents 76eeaa3 + 174eb49 commit 62b7baa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -2,13 +2,13 @@
"name": "AngularJS-TestingTips",
"description": "Code for SitePoint Tutorial",
"devDependencies": {
"angular-mocks": "1.3.15",
"jasmine-core": "2.2.0",
"karma": "0.12.31",
"karma-jasmine": "0.3.5",
"karma-phantomjs-launcher": "0.1.4"
"angular-mocks": "^1.6.10",
"jasmine-core": "^3.1.0",
"karma": "^2.0.2",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4"
},
"dependencies": {
"angular": "1.3.15"
"angular": "^1.6.10"
}
}

0 comments on commit 62b7baa

Please sign in to comment.