Skip to content

Commit 47cddab

Browse files
committed
Merge pull request #127 from kidwm/master
ignore more files in bower.json
2 parents 782276b + a89cb34 commit 47cddab

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

bower.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
"name": "html5shiv",
33
"version": "3.6.2",
44
"main": [
5-
"src/html5shiv.js",
6-
"src/html5shiv-printshiv.js"
5+
"dist/html5shiv.js",
6+
"dist/html5shiv-printshiv.js"
77
],
88
"ignore": [
99
"**/.*",
10-
"test"
10+
"*.json",
11+
"test",
12+
"build",
13+
"src",
14+
"build.xml"
1115
]
12-
}
16+
}

0 commit comments

Comments
 (0)