File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
2- * angular-data
3- * http://github.com/jmdobry/angular-data
2+ * angular-data-mocks
3+ * http://github.com/jmdobry/angular-data-mocks
44 *
5- * Copyright (c) 2014 Jason Dobry <http://jmdobry.github.io/angular-data>
6- * Licensed under the MIT license. <https://github.com/jmdobry/angular-data/blob/master/LICENSE>
5+ * Copyright (c) 2014 Jason Dobry <http://jmdobry.github.io/angular-data-mocks >
6+ * Licensed under the MIT license. <https://github.com/jmdobry/angular-data-mocks /blob/master/LICENSE>
77 */
88module . exports = function ( grunt ) {
99 'use strict' ;
@@ -33,16 +33,16 @@ module.exports = function (grunt) {
3333 options : {
3434 banner : '/**\n' +
3535 '* @author Jason Dobry <jason.dobry@gmail.com>\n' +
36- '* @file angular-data-mock .min.js\n' +
37- '* @version <%= pkg.version %> - Homepage <https://github.com/jmdobry/angular-data-mock >\n' +
36+ '* @file angular-data-mocks .min.js\n' +
37+ '* @version <%= pkg.version %> - Homepage <https://github.com/jmdobry/angular-data-mocks >\n' +
3838 '* @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/>\n' +
39- '* @license MIT <https://github.com/jmdobry/angular-data-mock /blob/master/LICENSE>\n' +
39+ '* @license MIT <https://github.com/jmdobry/angular-data-mocks /blob/master/LICENSE>\n' +
4040 '*\n' +
4141 '* @overview A mock of angular-data for testing purposes.\n' +
4242 '*/\n'
4343 } ,
4444 files : {
45- 'dist/angular-data-mock .min.js' : [ 'dist/angular-data-mocks.js' ]
45+ 'dist/angular-data-mocks .min.js' : [ 'dist/angular-data-mocks.js' ]
4646 }
4747 }
4848 } ,
Original file line number Diff line number Diff line change 1- angular-data-mock
2- =================
1+ angular-data-mocks
2+ ==================
33
44A mock of angular-data for testing purposes.
Original file line number Diff line number Diff line change 11{
22 "author" : " Jason Dobry" ,
3- "name" : " angular-data-mock " ,
3+ "name" : " angular-data-mocks " ,
44 "description" : " A mock of angular-data for testing purposes." ,
55 "version" : " 0.0.1" ,
6- "homepage" : " https://github.com/jmdobry/angular-data-mock /" ,
6+ "homepage" : " https://github.com/jmdobry/angular-data-mocks /" ,
77 "repository" : {
88 "type" : " git" ,
9- "url" : " git://github.com/jmdobry/angular-data-mock .git"
9+ "url" : " git://github.com/jmdobry/angular-data-mocks .git"
1010 },
11- "main" : " ./dist/angular-data-mock .min.js" ,
11+ "main" : " ./dist/angular-data-mocks .min.js" ,
1212 "ignore" : [
1313 " .idea/" ,
1414 " .*" ,
Original file line number Diff line number Diff line change 11/**
22 * @author Jason Dobry <jason.dobry@gmail.com>
3- * @file angular-data-mock .js
4- * @version 0.0.1 - Homepage <https://github.com/jmdobry/angular-data-mock >
3+ * @file angular-data-mocks .js
4+ * @version 0.0.1 - Homepage <https://github.com/jmdobry/angular-data-mocks >
55 * @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/>
6- * @license MIT <https://github.com/jmdobry/angular-data-mock /blob/master/LICENSE>
6+ * @license MIT <https://github.com/jmdobry/angular-data-mocks /blob/master/LICENSE>
77 *
88 * @overview A mock of angular-data for testing purposes.
99 */
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ module.exports = function (config) {
3030 reporters : [ 'progress' , 'coverage' ] ,
3131
3232 preprocessors : {
33- 'dist/angular-data-mock .js' : [ 'coverage' ]
33+ 'dist/angular-data-mocks .js' : [ 'coverage' ]
3434 } ,
3535
3636 // optionally, configure the reporter
Original file line number Diff line number Diff line change 11{
2- "name" : " angular-data-mock " ,
2+ "name" : " angular-data-mocks " ,
33 "description" : " A mock of angular-data for testing purposes." ,
44 "version" : " 0.0.1" ,
5- "homepage" : " https://github.com/jmdobry/angular-data-mock " ,
5+ "homepage" : " https://github.com/jmdobry/angular-data-mocks " ,
66 "repository" : {
77 "type" : " git" ,
8- "url" : " git://github.com/jmdobry/angular-data-mock .git"
8+ "url" : " git://github.com/jmdobry/angular-data-mocks .git"
99 },
1010 "author" : {
1111 "name" : " Jason Dobry" ,
1515 "licenses" : [
1616 {
1717 "type" : " MIT" ,
18- "url" : " https://github.com/jmdobry/angular-data-mock /blob/master/LICENSE"
18+ "url" : " https://github.com/jmdobry/angular-data-mocks /blob/master/LICENSE"
1919 }
2020 ],
2121 "devDependencies" : {
Original file line number Diff line number Diff line change 11/**
22 * @author Jason Dobry <jason.dobry@gmail.com>
3- * @file angular-data-mock .js
4- * @version <%= pkg.version %> - Homepage <https://github.com/jmdobry/angular-data-mock >
3+ * @file angular-data-mocks .js
4+ * @version <%= pkg.version %> - Homepage <https://github.com/jmdobry/angular-data-mocks >
55 * @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/>
6- * @license MIT <https://github.com/jmdobry/angular-data-mock /blob/master/LICENSE>
6+ * @license MIT <https://github.com/jmdobry/angular-data-mocks /blob/master/LICENSE>
77 *
88 * @overview A mock of angular-data for testing purposes.
99 */
You can’t perform that action at this time.
0 commit comments