Skip to content

Commit

Permalink
Remove some old data.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedodd committed Aug 26, 2020
1 parent f060988 commit 6863c58
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
target
static
dist
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[package]
name = "trunk"
version = "0.1.0"
edition = "2018"
description = "Build, bundle & ship your Rust WASM application to the web."
license = "MIT/Apache-2.0"
authors = ["Anthony Dodd <[email protected]>"]
edition = "2018"
repository = "https://github.com/thedodd/trunk"
readme = "README.md"
categories = ["command-line-utilities", "wasm", "web-programming"]
keywords = ["wasm", "bundler", "web", "build-tool", "compiler"]

[dependencies]
anyhow = "1.0.32"
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ Inspiration primarily from [ParcelJS](https://parceljs.org).
## getting started
```bash
# Install trunk.
cargo install https://github.com/thedodd/trunk
# After our first release: `cargo install trunk`
cargo install trunk

# Install wasm-bindgen-cli.
cargo install wasm-bindgen-cli
Expand All @@ -33,7 +32,7 @@ Get setup with your favorite wasm-bindgen based framework. [Yew](https://github.
```rust
// The name of this function doesn't matter, but the attribute does.
#[wasm_bindgen(start)]
pub fn run() {
pub fn main() {
// ... your app setup code here ...
}
```
Expand Down
7 changes: 0 additions & 7 deletions data/_demo.scss

This file was deleted.

16 changes: 0 additions & 16 deletions data/index.html

This file was deleted.

17 changes: 0 additions & 17 deletions data/index.scss

This file was deleted.

0 comments on commit 6863c58

Please sign in to comment.