mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
Sorry about the thrash in advance! This removes the top level `forget` directory which adds unnecessary nesting to our repo Hopefully everything still works
14 lines
222 B
JSON
14 lines
222 B
JSON
{
|
|
"name": "react-forget-runtime",
|
|
"version": "0.0.1",
|
|
"description": "Runtime for React Forget",
|
|
"license": "MIT",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo 'no tests'"
|
|
}
|
|
}
|