File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
"author" : " Jason Dobry" ,
3
3
"name" : " angular-data-mocks" ,
4
4
"description" : " A mock of angular-data for testing purposes." ,
5
- "version" : " 1.0.0-rc.2 " ,
5
+ "version" : " 1.0.0" ,
6
6
"homepage" : " https://github.com/jmdobry/angular-data-mocks/" ,
7
7
"repository" : {
8
8
"type" : " git" ,
23
23
" karma.start.js"
24
24
],
25
25
"devDependencies" : {
26
- "angular" : " 1.2.22 " ,
27
- "angular-mocks" : " 1.2.22 " ,
28
- "angular-data" : " 1.0.0-rc.1 "
26
+ "angular" : " 1.2.25 " ,
27
+ "angular-mocks" : " 1.2.25 " ,
28
+ "angular-data" : " 1.0.0"
29
29
},
30
30
"resolutions" : {
31
- "angular" : " 1.2.22 "
31
+ "angular" : " 1.2.25 "
32
32
}
33
33
}
Original file line number Diff line number Diff line change 2
2
/**
3
3
* @author Jason Dobry <[email protected] >
4
4
* @file angular-data-mocks.js
5
- * @version 1.0.0-rc.2 - Homepage <https://github.com/jmdobry/angular-data-mocks>
5
+ * @version 1.0.0 - Homepage <https://github.com/jmdobry/angular-data-mocks>
6
6
* @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/>
7
7
* @license MIT <https://github.com/jmdobry/angular-data-mocks/blob/master/LICENSE>
8
8
*
@@ -1292,7 +1292,7 @@ module.exports = DSProvider;
1292
1292
* @description
1293
1293
* Fake angular-data implementation suitable for unit testing angular applications that use the `angular-data.DS` module.
1294
1294
*
1295
- * __Version:__ 1.0.0-rc.2
1295
+ * __Version:__ 1.0.0
1296
1296
*
1297
1297
* __angular-data-mocks requires SinonJS to be loaded in order to work.__
1298
1298
*
@@ -1478,7 +1478,7 @@ module.exports = DSProvider;
1478
1478
'angular-data.DSHttpAdapterMock' ,
1479
1479
'angular-data.DSLocalStorageAdapterMock'
1480
1480
] )
1481
- . value ( 'version' , '1.0.0-rc.2 ' ) ;
1481
+ . value ( 'version' , '1.0.0' ) ;
1482
1482
1483
1483
} ) ( window , window . angular ) ;
1484
1484
You can’t perform that action at this time.
0 commit comments