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 # silverstripe-webpack
# Simple WebPack boiler plate for SilverStripe ## Simple WebPack boiler plate for SilverStripe
Checkout files at /site/ folder for details Checkout files at /site/ folder for details
# Requirements: ## Requirements:
+ composer + composer
+ yarn + yarn
# Instalation: ## Instalation:
+ composer install + composer install
+ yarn install + yarn install
# Commands: ## Commands:
+ yarn - to update packages + yarn - to update packages
+ yarn start - to start webpack webserver + yarn start - to start webpack webserver

View File

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