mirror of
https://github.com/gregberge/loadable-components.git
synced 2025-12-08 19:46:26 +00:00
chore: cleanup examples package.json
This commit is contained in:
parent
d63a0efb8f
commit
ea6d5f7442
@ -1,8 +1,5 @@
|
||||
{
|
||||
"name": "client-side",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server"
|
||||
},
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
{
|
||||
"name": "razzle-examples-with-loadable",
|
||||
"version": "3.0.0-alpha.0",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "razzle start",
|
||||
"build": "razzle build",
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
{
|
||||
"name": "client-side",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "nodemon src/server/main.js",
|
||||
"build": "NODE_ENV=production yarn build:webpack && yarn build:lib",
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
{
|
||||
"name": "suspense",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user