Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #204 from code42day/component-js
add component.json for componentjs support
  • Loading branch information
ljharb committed Feb 18, 2014
2 parents e03ac1a + 11408e9 commit a8266f6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions component.json
@@ -0,0 +1,20 @@
{
"name": "es5-shim",
"repo": "es-shims/es5-shim",
"description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
"version": "2.3.0",
"keywords": [
"shim",
"es5",
"es5",
"shim",
"javascript",
"ecmascript",
"polyfill"
],
"license": "MIT",
"main": "es5-shim.js",
"scripts": [
"es5-shim.js"
]
}

0 comments on commit a8266f6

Please sign in to comment.