Skip to content

Commit

Permalink
Merge pull request #35 from phated/master
Browse files Browse the repository at this point in the history
add section pointing to poly.shell - ref #32
  • Loading branch information
unscriptable committed Mar 18, 2015
2 parents 69d1d72 + 38fe82f commit 1e40710
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,3 +353,10 @@ JSON3
JSON support via Kit Cambridge's JSON3 lib at:
https://github.com/bestiejs/json3.git
Looking for the previous module?
---
Thanks to the generosity of @mikkelfj, we were able to obtain the `poly` package name on `npm`.
If you are looking for the previous module, you can find it as
[poly.shell](https://www.npmjs.com/package/poly.shell) on `npm`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "poly",
"version": "0.6.0",
"description": "poly.js is the a collection of UMD modules that shim (aka \"polyfill\") old environments to support modern (aka \"ES5-ish\" and \"ES6-ish\") javascript.",
"description": "poly.js is the a collection of UMD modules that shim (aka \"polyfill\") old environments to support modern (aka \"ES5-ish\" and \"ES6-ish\") javascript. (Previous poly module can be found as poly.shell)",
"keywords": ["poly", "cujo", "es5", "es6", "shim", "array", "object", "string", "function", "xhr", "json"],
"licenses": [
{
Expand Down

0 comments on commit 1e40710

Please sign in to comment.