Skip to content

Commit

Permalink
Update package descriptors.
Browse files Browse the repository at this point in the history
  • Loading branch information
unscriptable committed Jul 26, 2013
1 parent 8a60596 commit a48bbc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "poly",
"version": "0.6.0"
"version": "0.6.0",
"main": "all"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "poly",
"version": "0.6.0",
"description": "poly.js is the a collection of AMD modules that shim (aka \"polyfill\") old browsers to support modern (aka \"ES5-ish\") javascript.",
"keywords": ["poly", "cujo", "es5", "shim", "array", "object", "string", "function", "xhr", "json"],
"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.",
"keywords": ["poly", "cujo", "es5", "es6", "shim", "array", "object", "string", "function", "xhr", "json"],
"licenses": [
{
"type": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"web": "http://hovercraftstudios.com"
}
],
"main": "./poly",
"main": "./all",
"directories": {
"test": "test"
}
Expand Down

0 comments on commit a48bbc8

Please sign in to comment.