Skip to content

Commit

Permalink
🚚 Rename cantalope to gluon
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Jan 10, 2022
1 parent 9272c22 commit 82ff4c7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Renamed to `gluon`

## [1.0.0-a.11]

### Fixed
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div align="center">

<p align="center">
<img width="98" src="https://twemoji.maxcdn.com/v/13.0.1/svg/1f348.svg"/>
<img width="98" src="https://twemoji.maxcdn.com/v/13.0.1/svg/1f4e6.svg"/>
</p>

# Cantaloupe
# Gluon

Build Firefox-based browsers with ease

Expand All @@ -17,32 +17,32 @@ Build Firefox-based browsers with ease
Per project (recommended):

```sh
npm install melon-build
npm install gluon-build
# or
yarn add melon-build
yarn add gluon-build
```

Globally:

```sh
npm install -g melon-build
npm install -g gluon-build
# or
yarn global add melon-build
yarn global add gluon-build

# Note: Linux and mac users may have to run the above command with sudo
```

## Documentation

Documentation is available on [Github pages](https://focus-browser.github.io/build/) or in the docs folder of this repository.
Documentation is available on [Github pages](https://lepton-browser.github.io/build/) or in the docs folder of this repository.

## Licencing notes

The following is included in good faith. The writer is not a lawyer, and this is not legal advice.

### Melon

Melon has been extracted from the [desktop version of Dot Browser](https://github.com/dothq/browser-desktop) under MPL v2.0.
Gluon has been extracted from melon, the build tool for the [desktop version of Dot Browser](https://github.com/dothq/browser-desktop) under MPL v2.0.

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
Expand All @@ -54,7 +54,7 @@ This program downloads and modifies Firefox. [Follow their license](https://hg.m

### Tweemoji

The cantaloupe icon is from tweemoji.
The package icon is from tweemoji.

Copyright 2020 Twitter, Inc and other contributors
Code licensed under the MIT License: http://opensource.org/licenses/MIT
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "melon-build",
"name": "gluon-build",
"version": "1.0.0-a.11",
"description": "πŸ‰ Build Firefox-based browsers with ease",
"main": "index.js",
"reveal": true,
"bin": {
"melon": "./dist/index.js"
"melon": "./dist/index.js",
"gluon": "./dist/index.js"
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 82ff4c7

Please sign in to comment.