Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 19abc5c

Browse files
committed
more clean ups
1 parent 9919fb4 commit 19abc5c

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = function (grunt) {
2626
},
2727

2828
jshint: {
29-
all: ['index.js', 'src/*.js']
29+
all: ['index.js', 'src/*.js', '*.json']
3030
},
3131

3232
bundle_jsnext: {

bower.json

+19-17
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
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+
]
1921
}

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
"wd": "^0.3.6"
2222
},
2323
"scripts": {
24-
"build": "grunt cldr",
25-
"lint": "grunt jshint",
2624
"pretest": "grunt jshint",
2725
"test": "cd tests && node noderunner.js && node saucelabs.js"
2826
},

0 commit comments

Comments
 (0)