This repository was archived by the owner on Apr 14, 2021. It is now read-only.
Commit 19abc5c 1 parent 9919fb4 commit 19abc5c Copy full SHA for 19abc5c
File tree 3 files changed +20
-20
lines changed
3 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module.exports = function (grunt) {
26
26
} ,
27
27
28
28
jshint : {
29
- all : [ 'index.js' , 'src/*.js' ]
29
+ all : [ 'index.js' , 'src/*.js' , '*.json' ]
30
30
} ,
31
31
32
32
bundle_jsnext : {
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " intl" ,
3
- "version" : " 1.0.0-rc-1" ,
4
- "description" : " polyfill the ECMA-402 Intl API (except collation)" ,
5
- "main" : [" dist/Intl.js" ],
6
- "keywords" : [
7
- " intl" ,
8
- " i18n" ,
9
- " internationalization" ,
10
- " ecma402" ,
11
- " polyfill"
12
- ],
13
- "ignore" : [
14
- " /src" ,
15
- " /task"
16
- " /tools" ,
17
- " /tests"
18
- ]
2
+ "name" : " intl" ,
3
+ "version" : " 1.0.0-rc-1" ,
4
+ "description" : " polyfill the ECMA-402 Intl API (except collation)" ,
5
+ "main" : [" dist/Intl.js" ],
6
+ "keywords" : [
7
+ " intl" ,
8
+ " i18n" ,
9
+ " internationalization" ,
10
+ " ecma402" ,
11
+ " polyfill"
12
+ ],
13
+ "ignore" : [
14
+ " /src" ,
15
+ " /task" ,
16
+ " /tools" ,
17
+ " /tests" ,
18
+ " index.js" ,
19
+ " Gruntfile.js"
20
+ ]
19
21
}
Original file line number Diff line number Diff line change 21
21
"wd" : " ^0.3.6"
22
22
},
23
23
"scripts" : {
24
- "build" : " grunt cldr" ,
25
- "lint" : " grunt jshint" ,
26
24
"pretest" : " grunt jshint" ,
27
25
"test" : " cd tests && node noderunner.js && node saucelabs.js"
28
26
},
You can’t perform that action at this time.
0 commit comments