82 Commits (34d8aa98edfdaf318215c87d9e74a1c89a326426)

Author SHA1 Message Date
lucashorward 06ba9802e9 Made changes according to comment 5 years ago
lucashorward 5039905fe4 Improved setup 5 years ago
lucashorward bad4282fc5 Working but may need changes 5 years ago
lucashorward f444b64e1e Added keywords 5 years ago
0xd4d 6c0c144435 Find the main package if multiple packages have the same name 5 years ago
Avery Harnish d1dc19f880 Fix clippy warnings and add to CI 5 years ago
Jesper Håkansson 62cfd9adbb fix: Rate limit version check if the request fails 6 years ago
Ashley Williams f37d46a79e fix(license): don't warn if license-file is present 6 years ago
rhysd 5a58e8e683 Fix sideEffects value in generated package.json should be empty 6 years ago
Ashley Williams 4e255675f0 fix(clippy): remove unnecessary return 6 years ago
Thomas cd91478a52 Update cargo_metadata to 0.8.0 6 years ago
Jesper Håkansson bd3dec1c59 fix: Add user agent for wasm-pack version check 6 years ago
Ashley Williams 8407a1dc18 fix(lint): ignore redundant closures 6 years ago
Ashley Williams b96538ec23 fix(lint): re-enable clippy, fix lints 6 years ago
Ashley Williams d6baf439b7 feat(command): add generate command 6 years ago
Alex Crichton 9b74e43d2d Add support for automatically executing `wasm-opt` 6 years ago
Jesper Håkansson e6733d420d refactor: Use PBAR.warn and a struct for versions 6 years ago
daubaris b30b72b99a Removed unnecessary macro and added comments 6 years ago
ibaryshnikov f17e65954c added tests for --out-name flag 6 years ago
ibaryshnikov 7a96d8d754 initial support for --out-name added 6 years ago
daubaris d495bd52c3 rustfmt 6 years ago
daubaris 9934171d42 Updated with the current master 6 years ago
Alex Crichton ff6005e28a Run rustfmt 6 years ago
Alex Crichton d3d2a4cc28 More effort towards "1.0 output" goals 6 years ago
Alex Crichton 8127b5b42d Add support for `--target web` 6 years ago
Ashley Williams cde16f1b22 fix(manifest): LICENSE and README don't need to be whitelisted 6 years ago
Nick Fitzgerald 5637b07577 tests: Port all of our tests to use `assert_cmd` 6 years ago
rhysd bae98ef92a copy 'homepage' field from Cargo.toml to package.json 6 years ago
rhysd 6dbcba22e8 include README.md and license files in 'files' field of package.json 6 years ago
rhysd 5f515dcf68 add a test case for non-standard license file field 6 years ago
rhysd 9fa5139caf be aware of license-file field as source of license 6 years ago
rhysd fee93bc965 use license-file field for license field of package.json when no license field in Cargo.toml 6 years ago
Mason Stallmo d84aae3b64 Refactor: fix clippy warnings 6 years ago
daubaris ee3857d436 refactoring mod 7 years ago
daubaris 75b85e58c7 addition of stamp file and additional thread for running version checks 7 years ago
Mason Stallmo 272ef97bef Refactor: make `crate_license` a method of CrateData. 7 years ago
Jesper Håkansson 07d813f606 fix: Print the possible misspelled key so the user doesnt have to guess 7 years ago
Jesper Håkansson c39410c81e feat: Use levenshtein function to warn about wasm-pack typos 7 years ago
Jesper Håkansson 6894e63110 chore: Fix typo 7 years ago
Jesper Håkansson 2ed3d01541 refactor: Move parsing and warning code into two new functions 7 years ago
daubaris f7c534ffe5 updated from upstream 7 years ago
Jesper Håkansson 59039e4118 feat: Catch types in Cargo.toml and warn about them 7 years ago
Nick Fitzgerald 64d52d8735 Add three build profiles and infrastructure for their toml configuration 7 years ago
Alex Crichton 35fe250d09 Fix wasm-bindgen if lib is renamed via `lib.name` 7 years ago
Nick Fitzgerald 6d3e9dfebb Refactor: make `check_crate_config` a method of `CargoManifest` 7 years ago
Nick Fitzgerald 25490301e0 Refactor: make `get_crate_name` a method of `CargoManifest` 7 years ago
Nick Fitzgerald 0e09b3fd3c Refactor: make `write_package_json` a method on `CargoManifest` 7 years ago
Nick Fitzgerald 511e6c29a0 Refactor: replace `manifest::read_cargo_toml` with a constructor 7 years ago
Nick Fitzgerald 4e6abcfd1d Only read the `Cargo.toml` manifest once 7 years ago
daubaris 7c3f497e3c added wasm-pack feature checking wasm-pack version 7 years ago