mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"name": "systemjs-builder-test",
|
|
"private": true,
|
|
"dependencies": {
|
|
"systemjs-builder": "^0.15.34"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -f output.js && node build.js"
|
|
}
|
|
}
|