Skip to content

Commit

Permalink
Merge pull request #8 from JakeStanger/feat/parser
Browse files Browse the repository at this point in the history
Wrong branch :/ npm package update
  • Loading branch information
JakeStanger authored Jun 2, 2022
2 parents 55106ce + 20301cf commit bb6e816
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Build WASM package
run: wasm-pack build -- --features wasm
run: wasm-pack build --out-name index -- --features wasm

# wasm-pack doesn't allow package name customisation
# npm doesn't allow 'cornfig' :/
Expand Down
5 changes: 5 additions & 0 deletions .idea/git_toolbox_prj.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cornfig"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "A simple and pain-free configuration language."
Expand Down

0 comments on commit bb6e816

Please sign in to comment.