From 05a903c4c5bd65a1c030bc8afb0e16a69873a4f1 Mon Sep 17 00:00:00 2001 From: carlosmaniero Date: Sun, 19 Jul 2020 16:37:03 -0300 Subject: [PATCH] =?UTF-8?q?new=20brand=20=F0=9F=92=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- jig/cli/new-project/template/src/pages/home.ts | 4 ++-- jig/framework/server/server.ts | 2 +- jig/package.json | 2 +- jigcss/package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b43fa16..b63f89e 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ is its state, and you update it by using class methods. There is a css-in-js module for jigjs. -Read more about Jig.css [here](/jigcss). +Read more about jigcss [here](/jigcss). ## Creating an APP diff --git a/jig/cli/new-project/template/src/pages/home.ts b/jig/cli/new-project/template/src/pages/home.ts index 67ef480..67bd84c 100644 --- a/jig/cli/new-project/template/src/pages/home.ts +++ b/jig/cli/new-project/template/src/pages/home.ts @@ -29,8 +29,8 @@ export class Home { }
- Jig.js Logo -

Welcome to your Jig.js application

+ jigjs Logo +

Welcome to your jigs application

${this.counter} diff --git a/jig/framework/server/server.ts b/jig/framework/server/server.ts index 5020d94..550f799 100644 --- a/jig/framework/server/server.ts +++ b/jig/framework/server/server.ts @@ -32,7 +32,7 @@ export class Server { this.configure(); this.listener = this.app.listen(port, function() { - console.log(`🧩 ${chalk.bold.hex('f67280')('Jig.js')} - Server + console.log(`🧩 ${chalk.bold.hex('f67280')('jigjs')} - Server 🔍 Server is running at port: ${chalk.bold.green(port)} 🔗 http://localhost:${port}/ `); diff --git a/jig/package.json b/jig/package.json index 1db75c1..76cc8ad 100644 --- a/jig/package.json +++ b/jig/package.json @@ -1,6 +1,6 @@ { "name": "jigjs", - "version": "0.0.0-pre-alpha.29", + "version": "0.0.0-pre-alpha.30", "description": "A front-end library", "author": "Carlos Maniero", "scripts": { diff --git a/jigcss/package.json b/jigcss/package.json index 14756cd..6edc13b 100644 --- a/jigcss/package.json +++ b/jigcss/package.json @@ -1,6 +1,6 @@ { "name": "jigcss", - "version": "0.0.0-pre-alpha.29", + "version": "0.0.0-pre-alpha.30", "description": "A css-in-js module for jigjs", "repository": "https://github.com/carlosmaniero/jigjs.git", "author": "Carlos Maniero",