Minor description updates

This commit is contained in:
Tony Air 2018-02-05 18:18:00 +07:00
parent fb48db0f21
commit 17f839d6d6
2 changed files with 5 additions and 5 deletions

View File

@ -1,20 +1,20 @@
# silverstripe-webpack
# Simple WebPack boiler plate for SilverStripe
## Simple WebPack boiler plate for SilverStripe
Checkout files at /site/ folder for details
# Requirements:
## Requirements:
+ composer
+ yarn
# Instalation:
## Instalation:
+ composer install
+ yarn install
# Commands:
## Commands:
+ yarn - to update packages
+ yarn start - to start webpack webserver

View File

@ -1,5 +1,5 @@
{
"name": "silverstripe/installer",
"name": "a2nt/silverstripe-webpack",
"description": "The SilverStripe webpack boilerplate",
"require": {
"php": ">=5.5.0",