Skip to content

Commit

Permalink
new brand πŸ’…
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmaniero committed Jul 19, 2020
1 parent aeac736 commit 05a903c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions jig/cli/new-project/template/src/pages/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export class Home {
}
</style>
<main>
<img src="/logo.png" alt="Jig.js Logo" width="300px">
<h1>Welcome to your Jig.js application</h1>
<img src="/logo.png" alt="jigjs Logo" width="300px">
<h1>Welcome to your jigs application</h1>
<div>
${this.counter}
Expand Down
2 changes: 1 addition & 1 deletion jig/framework/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}/
`);
Expand Down
2 changes: 1 addition & 1 deletion jig/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion jigcss/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 05a903c

Please sign in to comment.