Skip to content

Commit

Permalink
Releasing 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
verlok committed Mar 14, 2014
1 parent 4d01312 commit 7888d18
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 9 deletions.
34 changes: 27 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
{
"name": "pictyrePolyfill",
"version": "1.0.1",
"main": "",
"name": "picturePolyfill",
"version": "1.0.0",
"main": "picturePolyfill.js",
"ignore": [
".idea",
".gitignore"
".gitignore",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {},
"devDependencies": {}
}
"homepage": "https://github.com/verlok/picturePolyfill",
"authors": [
"Andrea Verlicchi <[email protected]>"
],
"description": "The real <picture> polyfill to use responsive images today",
"keywords": [
"picture",
"polyfill",
"picturefill",
"responsive",
"images",
"responsive",
"design",
"responsive",
"images"
],
"license": "MIT"
}
4 changes: 2 additions & 2 deletions picturePolyfill.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7888d18

Please sign in to comment.