mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
Add missing main property, it allows automation using main-bower-files tool.
```json
{
"name": "systemjs",
"main": "./dist/system.js",
"devDependencies": {
"qunit": "~1.12.0"
}
}
```
8 lines
106 B
JSON
8 lines
106 B
JSON
{
|
|
"name": "systemjs",
|
|
"main": "./dist/system.js",
|
|
"devDependencies": {
|
|
"qunit": "~1.12.0"
|
|
}
|
|
}
|