Skip to content

Commit

Permalink
contrib: remove npm distribution (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi authored Sep 30, 2020
1 parent 1c3cb20 commit 3d23ac1
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 231 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ test
# Non-daemon source code
client
*_test.go
contrib/npm

# Dependencies
bin
Expand Down
8 changes: 3 additions & 5 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ Make a new PR and merge when everything is ready:

* [ ] generate release documentation (`make docs`)
* [ ] generate new tip documentation (`make docs-tip`)
* [ ] update `contrib/npm` version

Update distribution streams:

* [ ] draft changelog
* [ ] make release and let builds run
* [ ] update https://github.com/ubclaunchpad/homebrew-tap
* [ ] update https://github.com/ubclaunchpad/scoop-bucket
* [ ] run `npm publish` in `contrib/npm`
* [ ] update [`ubclaunchpad/homebrew-tap`](https://github.com/`ubclaunchpad/homebrew-tap)
* [ ] update [`ubclaunchpad/scoop-bucket`](https://github.com/ubclaunchpad/scoop-bucket)

---

Expand All @@ -35,7 +33,7 @@ Update distribution streams:

TODO

## ⚠️ Breaking Changes
## ⚠️ Breaking Changes

* TODO

Expand Down
9 changes: 0 additions & 9 deletions contrib/npm/.eslintrc.json

This file was deleted.

13 changes: 0 additions & 13 deletions contrib/npm/.gitignore

This file was deleted.

42 changes: 0 additions & 42 deletions contrib/npm/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions contrib/npm/src/copyAssets.js

This file was deleted.

12 changes: 0 additions & 12 deletions contrib/npm/src/install.js

This file was deleted.

12 changes: 0 additions & 12 deletions contrib/npm/src/uninstall.js

This file was deleted.

110 changes: 0 additions & 110 deletions contrib/npm/src/utils.js

This file was deleted.

4 changes: 2 additions & 2 deletions docs/tip/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ For a more general usage guide, refer to the [Inertia Usage Guide](https://inert

For documentation regarding the daemon API, refer to the [API Reference](https://inertia.ubclaunchpad.com/api).

* Generated: 2020-Sep-25
* Version: v0.6.0-19-gf3acd8c
* Generated: 2020-Sep-30
* Version: v0.6.1-1-g3e84233
2 changes: 1 addition & 1 deletion docs/tip/cli/inertia_remote_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inertia remote upgrade dev staging
```
--all upgrade all remotes
-h, --help help for upgrade
--version string specify Inertia daemon version to set (default "v0.6.0-19-gf3acd8c")
--version string specify Inertia daemon version to set (default "v0.6.1-1-g3e84233")
```

### Options inherited from parent commands
Expand Down
7 changes: 1 addition & 6 deletions docs/tip/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,18 +394,13 @@ <h1 id='getting-started'>Getting Started</h1>
<pre class="highlight shell tab-shell"><code>brew install ubclaunchpad/tap/inertia
</code></pre>
<blockquote>
<p>Node.js users can install the CLI using <a href="https://www.npmjs.com/get-npm">npm</a>: </p>
</blockquote>
<pre class="highlight shell tab-shell"><code>npm install -g @ubclaunchpad/inertia
</code></pre>
<blockquote>
<p>Windows users can install the CLI using <a href="http://scoop.sh">Scoop</a>:</p>
</blockquote>
<pre class="highlight shell tab-shell"><code>scoop bucket add ubclaunchpad https://github.com/ubclaunchpad/scoop-bucket
scoop install inertia
</code></pre>
<p>The Inertia command line interface (CLI) can be installed from a few package
managers such as npm, Homebrew and Scoop. For other platforms, you can
managers such as Homebrew or Scoop. For other platforms, you can
<a href="https://github.com/ubclaunchpad/inertia/releases">download the appropriate binary from the Releases page</a>.</p>

<p>You can also build Inertia from source, though this requires Golang to be
Expand Down
8 changes: 1 addition & 7 deletions docs_src/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ Note that <code>/tip/...</code> documentation includes unreleased features and c
brew install ubclaunchpad/tap/inertia
```

> Node.js users can install the CLI using [npm](https://www.npmjs.com/get-npm):
```shell
npm install -g @ubclaunchpad/inertia
```

> Windows users can install the CLI using [Scoop](http://scoop.sh):
```shell
Expand All @@ -98,7 +92,7 @@ scoop install inertia
```

The Inertia command line interface (CLI) can be installed from a few package
managers such as npm, Homebrew and Scoop. For other platforms, you can
managers such as Homebrew or Scoop. For other platforms, you can
[download the appropriate binary from the Releases page](https://github.com/ubclaunchpad/inertia/releases).

You can also build Inertia from source, though this requires Golang to be
Expand Down

0 comments on commit 3d23ac1

Please sign in to comment.