Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevlamynck committed Mar 26, 2020
1 parent a2fe322 commit da6a05c
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ npm install path/to/package.tgz # install the locally bui

# Using a local build in a project using parcel
cd parcel && npm install && npm run build && npm pack # build a package.tgz
cd path/to/project/using/webpack # go in the root directory of your project
cd path/to/project/using/parcel # go in the root directory of your project
npm install path/to/package.tgz # install the locally built package
```

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-symfony-bridge",
"version": "1.1.0",
"version": "1.1.1",
"author": "Matthias Devlamynck <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/mdevlamynck/elm-symfony-bridge#readme",
Expand Down
8 changes: 4 additions & 4 deletions parcel/package-lock.json

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

2 changes: 1 addition & 1 deletion parcel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parcel-plugin-elm-symfony-bridge",
"version": "1.1.0",
"version": "1.1.1",
"author": "Matthias Devlamynck <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/mdevlamynck/elm-symfony-bridge/tree/master/parcel#readme",
Expand Down
20 changes: 10 additions & 10 deletions webpack/package-lock.json

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

2 changes: 1 addition & 1 deletion webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-symfony-bridge",
"version": "1.1.0",
"version": "1.1.1",
"author": "Matthias Devlamynck <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/mdevlamynck/elm-symfony-bridge/tree/master/webpack#readme",
Expand Down

0 comments on commit da6a05c

Please sign in to comment.