cleaned package.json (removed unnecessary lines)
This commit is contained in:
parent
0d11e190b0
commit
af13489206
1 changed files with 0 additions and 10 deletions
|
@ -1,15 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "developomp-site",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "website source for https://developomp.com",
|
|
||||||
"author": "developomp <developomp@gmail.com>",
|
|
||||||
"homepage": "/",
|
|
||||||
"repository": "https://github.com/developomp/developomp-site.git",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/developomp/developomp-site/issues"
|
|
||||||
},
|
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"generate": "ts-node -O '{\"module\":\"commonjs\"}' --files ./generate",
|
"generate": "ts-node -O '{\"module\":\"commonjs\"}' --files ./generate",
|
||||||
"start": "yarn generate && react-scripts start",
|
"start": "yarn generate && react-scripts start",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue