Skip to content

Commit a48bbc8

Browse files
committed
Update package descriptors.
1 parent 8a60596 commit a48bbc8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"name": "poly",
3-
"version": "0.6.0"
3+
"version": "0.6.0",
4+
"main": "all"
45
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "poly",
33
"version": "0.6.0",
4-
"description": "poly.js is the a collection of AMD modules that shim (aka \"polyfill\") old browsers to support modern (aka \"ES5-ish\") javascript.",
5-
"keywords": ["poly", "cujo", "es5", "shim", "array", "object", "string", "function", "xhr", "json"],
4+
"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.",
5+
"keywords": ["poly", "cujo", "es5", "es6", "shim", "array", "object", "string", "function", "xhr", "json"],
66
"licenses": [
77
{
88
"type": "MIT",
@@ -32,7 +32,7 @@
3232
"web": "http://hovercraftstudios.com"
3333
}
3434
],
35-
"main": "./poly",
35+
"main": "./all",
3636
"directories": {
3737
"test": "test"
3838
}

0 commit comments

Comments
 (0)