Skip to content

Commit

Permalink
feat(browser support): try testling
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Nov 30, 2016
1 parent f1a6b5a commit 2b596d9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,19 @@
"yargs": "^6.4.0"
},
"dependencies": {},
"testling": {
"files": "dist/css/star-rating.css",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
},
"scripts": {
"clean:dist": "rimraf dist",
"build": "gulp project:build",
Expand Down

0 comments on commit 2b596d9

Please sign in to comment.