Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite2ca889

Browse files
committed
Stable Version 0.0.1
1 parentfe455a2 commite2ca889

File tree

8 files changed

+28
-28
lines changed

8 files changed

+28
-28
lines changed

‎Gruntfile.js‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
*/
88
module.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
},

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angular-data-mock
2-
=================
1+
angular-data-mocks
2+
==================
33

44
A mock of angular-data for testing purposes.

‎bower.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
".*",

‎dist/angular-data-mocks.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
*/

‎dist/angular-data-mock.min.js‎renamed to ‎dist/angular-data-mocks.min.js‎

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎karma.conf.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

‎package.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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",
@@ -15,7 +15,7 @@
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": {

‎src/angular-data-mocks.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp