Skip to content

Commit 29b37cd

Browse files
committed
Upgraded ng for testing to 1.3
1 parent 68112e2 commit 29b37cd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gruntfile.coffee

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ module.exports = (grunt)->
3838
'src/tools/*.js': ['coverage']
3939
'src/test/*.coffee': ['coffee']
4040
files: [
41-
'node_modules/angular-builds/angular.js'
42-
'node_modules/angular-builds/angular-mocks.js'
41+
'node_modules/angular/angular.js'
42+
'node_modules/angular-mocks/angular-mocks.js'
4343
'src/tools/*.js'
4444
'src/test/*.coffee'
4545
]

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
},
2323
"homepage": "https://github.com/DavidSouther/mockasing",
2424
"devDependencies": {
25-
"angular-builds": "^1.2.26",
25+
"angular": "^1.3.0",
26+
"angular-mocks": "^1.3.0",
2627
"grunt": "^0.4.5",
2728
"grunt-cli": "^0.1.13",
2829
"grunt-coffeelint": "0.0.13",

0 commit comments

Comments
 (0)