Merge pull request #502 from bmcustodio/prefixfree-1.0.7

Added 'PrefixFree' 1.0.7.
This commit is contained in:
Thomas Davis
2012-10-28 23:37:34 -07:00
2 changed files with 20 additions and 16 deletions
File diff suppressed because one or more lines are too long
+15 -16
View File
@@ -1,22 +1,21 @@
{
"name": "prefixfree",
"filename": "prefixfree.min.js",
"version": "1.0.6",
"version": "1.0.7",
"description": "A script that lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browsers prefix to any CSS code, only when its needed.",
"homepage": "http://leaverou.github.com/prefixfree/",
"keywords": [
"css"
],
"maintainers": [
{
"name": "Lea Verou"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/leaverou/prefixfree/"
}
]
}
"css"
],
"maintainers": [
{
"name": "Lea Verou"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/leaverou/prefixfree/"
}
]
}