Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

JSPM support #671

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ If you find a bug in Picturefill, please add it to [the issue tracker](https://g
Picturefill discussion takes place via Slack. For an invitation, visit [https://pf-slackin.herokuapp.com/](https://pf-slackin.herokuapp.com/)

## Support
There are currently no known unsupported browsers, provided that you use the markup patterns provided.
There are currently no known unsupported browsers, provided that you use the markup patterns provided.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "picturefill",
"description": "A responsive image polyfill.",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://scottjehl.github.io/picturefill/",
"bugs": "https://github.com/scottjehl/picturefill/issues",
"license": "MIT",
Expand Down Expand Up @@ -38,5 +38,12 @@
"grunt-insert": "~0.1.0",
"grunt-jscs-checker": "~0.4.3",
"grunt-release": "^0.12.0"
},
"jspm": {
"main": "picturefill",
"directories": {
"lib": "dist"
},
"format": "global"
}
}
}