Skip to content

Commit da6a05c

Browse files
committed
Bump version
1 parent a2fe322 commit da6a05c

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ npm install path/to/package.tgz # install the locally bui
107107

108108
# Using a local build in a project using parcel
109109
cd parcel && npm install && npm run build && npm pack # build a package.tgz
110-
cd path/to/project/using/webpack # go in the root directory of your project
110+
cd path/to/project/using/parcel # go in the root directory of your project
111111
npm install path/to/package.tgz # install the locally built package
112112
```
113113

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elm-symfony-bridge",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Matthias Devlamynck <[email protected]>",
55
"license": "MIT",
66
"homepage": "https://github.com/mdevlamynck/elm-symfony-bridge#readme",

parcel/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parcel-plugin-elm-symfony-bridge",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Matthias Devlamynck <[email protected]>",
55
"license": "MIT",
66
"homepage": "https://github.com/mdevlamynck/elm-symfony-bridge/tree/master/parcel#readme",

webpack/package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elm-symfony-bridge",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Matthias Devlamynck <[email protected]>",
55
"license": "MIT",
66
"homepage": "https://github.com/mdevlamynck/elm-symfony-bridge/tree/master/webpack#readme",

0 commit comments

Comments
 (0)