systemjs/bower.json
Grégory Houllier 15a28c69ae Add main property in bower.json
Add missing main property, it allows automation using main-bower-files tool.

```json
{
  "name": "systemjs",
  "main": "./dist/system.js",
  "devDependencies": {
    "qunit": "~1.12.0"
  }
}
```
2015-07-24 10:42:43 +02:00

8 lines
106 B
JSON

{
"name": "systemjs",
"main": "./dist/system.js",
"devDependencies": {
"qunit": "~1.12.0"
}
}